Skip to content

Commit

Permalink
修改:不小心忘记了exe的upx
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwangly2 committed Apr 8, 2024
1 parent a52efba commit 42b8a5a
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 @@ -218,7 +218,7 @@ $(gz_releases): %.gz : %
rm -r $(BINDIR)/$(basename $@)

$(zip_releases): %.zip : %
-upx -9 $(BINDIR)/$(basename $@)/$(NAME)
-upx -9 $(BINDIR)/$(basename $@)/$(NAME).exe
zip -m -j $(BINDIR)/$(basename $@)/$(NAME)-$(VERSION).zip $(BINDIR)/$(basename $@)/$(NAME).exe
mv $(BINDIR)/$(basename $@)/$(NAME)-$(VERSION).zip $(BINDIR)/$(NAME)-$(basename $@)-$(VERSION).zip
rm -r $(BINDIR)/$(basename $@)
Expand Down

0 comments on commit 42b8a5a

Please sign in to comment.