1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[internal] add auto detection of 'git commit --amend'

* Finally!
* Also improve UPX compression
This commit is contained in:
Pete Batard 2018-05-12 11:37:07 +01:00
parent 9815a18009
commit 63555cd04d
7 changed files with 33 additions and 11 deletions

View file

@ -9,7 +9,7 @@ release: all
@mv src/$(TARGET)$(EXEEXT) .
@sleep 1
@$(STRIP) $(TARGET)$(EXEEXT)
@upx --lzma $(TARGET)$(EXEEXT)
@upx --lzma --best $(TARGET)$(EXEEXT)
@mv $(TARGET)$(EXEEXT) $(TARGET)-$(VERSION)$(SUFFIX)$(EXEEXT)
@cmd.exe //c _sign.cmd $(TARGET)-$(VERSION)$(SUFFIX)$(EXEEXT)