[internal] update app URL as well as scripts

This commit is contained in:
Pete Batard 2011-12-09 22:47:44 +00:00
parent e78f07cda6
commit 78ad099bf9
11 changed files with 24 additions and 18 deletions

View file

@ -6,4 +6,4 @@ release: all
@mv src/$(TARGET)$(EXEEXT) .
@$(STRIP) $(TARGET)$(EXEEXT)
@upx $(TARGET)$(EXEEXT)
@cmd.exe /k _sign.bat $(TARGET)$(EXEEXT)
@cmd.exe /k _sign.cmd $(TARGET)$(EXEEXT)