Skip to content

Commit

Permalink
Remove -o from zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Mar 28, 2015
1 parent face191 commit 435eb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ TAG?=v$(VER)
## fails occasionally: http://timestamp.verisign.com/scripts/timstamp.dll
TIMESTAMP_URL?=http://timestamp.globalsign.com/scripts/timstamp.dll
VIRUSTOTAL_URL?=https://www.virustotal.com/vtapi/v2/file/scan
ZIP_OPTS+=-9o
ZIP_OPTS+=-9

APP_FILES+=$(HASH_FILES)
RELEASED:=.$(TAG).released
Expand Down

0 comments on commit 435eb34

Please sign in to comment.