Skip to content

Commit

Permalink
Remove call to deprecated SignProgram utility
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed May 8, 2020
1 parent 05d52c5 commit 53a5854
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@ cleanup:
find * -path "*~" -or -path "*/.\#*" | xargs rm -f
cd src; make clean

verify:
! { svn up 2>&1 | grep "^[\?]" | grep -v "Resources/SettingsBackup" ;}

dist: version_check cleanup verify all
dist: version_check cleanup all
rm -f Data/Language/tt2_hu_HU.ts && git checkout Data/Language/tt2_hu_HU.ts
rm -rf $(PACKAGE_ROOT)
mkdir -p $(PACKAGE_BASE)
SignProgram $(PROGRAM)
cat Resources/FileHash
ListProgramFiles $(PROGRAM) | cpio -p $(PACKAGE_BASE)
cd $(PACKAGE_DIR); tar cvp $(PROGRAM) | bzip2 > $(PACKAGE_FILE)
Expand Down

0 comments on commit 53a5854

Please sign in to comment.