mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
Merge pull request #139 from keymanapp/windows-signcode-cleanup
Cleanup certificate code signing for Windows
This commit is contained in:
commit
ea8cc6c433
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue