Remove private key before packing

This commit is contained in:
KoffeinFlummi 2016-05-21 16:28:39 +02:00
parent a5f7cc0129
commit 7f9add4a04

View File

@ -47,6 +47,7 @@ clean:
rm -rf $(BIN) ace3_*.zip
release: clean signatures
@rm $(BIN)/keys/*.biprivatekey
@echo " ZIP ace3_$(VERSION).zip"
@cp *.dll LICENSE README.md AUTHORS.txt logo_ace3_ca.paa mod.cpp meta.cpp $(BIN)
@zip -r ace3_$(VERSION).zip @ace &> /dev/null