mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
fix for env variable referencing for signtool
This commit is contained in:
parent
89e8cd16d3
commit
35211049a0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
; The Inner invocation has written an uninstaller binary for us.
|
||||
; We need to sign it if it's a production or PR build.
|
||||
!if @PRODUCTION_BUILD@ == 1
|
||||
!system '"@SIGNTOOL_EXECUTABLE@" sign /f %HF_PFX_FILE% /p %HF_PFX_PASSPHRASE% /tr http://tsa.starfieldtech.com /td SHA256 $%TEMP%\uninstaller.exe' = 0
|
||||
!system '"@SIGNTOOL_EXECUTABLE@" sign /f $%HF_PFX_FILE% /p $%HF_PFX_PASSPHRASE% /tr http://tsa.starfieldtech.com /td SHA256 $%TEMP%\uninstaller.exe' = 0
|
||||
!endif
|
||||
|
||||
; Good. Now we can carry on writing the real installer.
|
||||
|
|
Loading…
Reference in a new issue