Merge pull request #139 from keymanapp/windows-signcode-cleanup

Cleanup certificate code signing for Windows
This commit is contained in:
Marc Durdin 2017-07-27 14:32:04 +07:00 committed by GitHub
commit ea8cc6c433
3 changed files with 3 additions and 3 deletions

View file

@ -199,7 +199,7 @@ SC_PFX_SHA1="$(ROOT)\src\buildtools\certificates\keymantest-sha1.pfx"
SC_PWD=""
SIGNTOOL="C:\Program Files (x86)\Windows Kits\8.0\bin\x86\signtool.exe"
SIGNCODE=$(ROOT)\src\buildtools\signtime.bat $(SIGNTOOL) $(SC_PFX_SHA1) $(SC_PFX_SHA256) $(SC_URL) $(SC_PWD)
SIGNCODE=@$(ROOT)\src\buildtools\signtime.bat $(SIGNTOOL) $(SC_PFX_SHA1) $(SC_PFX_SHA256) $(SC_URL) $(SC_PWD)
!ifdef USERDEFINES
!include $(ROOT)\src\UserDefines.mak

View file

@ -20,7 +20,7 @@ clean: def-clean
rem if exist icons\icons.res del icons\icons.res
signcode:
rem $(SIGNCODE) /d "Keyman Desktop Setup" $(PROGRAM)\desktop\setup.exe
rem SIGNCODE /d "Keyman Desktop Setup" $(PROGRAM)\desktop\setup.exe
backup:
$(WZZIP) $(BUILD)\desktop\setup.zip $(BACKUPDEFAULTS) setup.exe

View file

@ -23,7 +23,7 @@ clean: def-clean
rem if exist icons\icons.res del icons\icons.res
signcode:
rem $(SIGNCODE) /d "Keyman Developer Setup" $(PROGRAM)\developer\setup.exe
rem SIGNCODE /d "Keyman Developer Setup" $(PROGRAM)\developer\setup.exe
backup:
$(WZZIP) $(BUILD)\developer\devsetup.zip $(BACKUPDEFAULTS) setup.exe