fix daily zip generation

This commit is contained in:
idk
2022-09-12 21:56:13 -04:00
parent 64a11096b0
commit 78148ee37f
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ BLANK=`awk '! NF { print NR; exit }' changelog.txt`
I2P.zip: I2P-jpackage-windows-$(I2P_VERSION).zip
I2P-jpackage-windows-$(I2P_VERSION).zip:
zip I2P-jpackage-windows-$(I2P_VERSION).zip -r build/I2P
sh -c 'powershell Compress-Archive I2P I2P-jpackage-windows-$(I2P_VERSION).zip || zip I2P-jpackage-windows-$(I2P_VERSION).zip -r I2P'
changelog:
head -n "$(BLANK)" changelog.txt