mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-13 14:28:38 -04:00
Update signtool location again
This commit is contained in:
parent
dac3da209a
commit
0b407a652e
@ -5,7 +5,7 @@ if (!$skipsigning -and !$buildstorerelease) {
|
||||
$Env:INPUT_SIGN = $true
|
||||
if (!$Env:SIGNTOOL_PATH) {
|
||||
# We need to use a newer version of singtool than that provided in electron-builder
|
||||
$Env:SIGNTOOL_PATH = "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64\signtool.exe"
|
||||
$Env:SIGNTOOL_PATH = "C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe"
|
||||
}
|
||||
} else {
|
||||
$Env:INPUT_SIGN = $false
|
||||
|
Loading…
x
Reference in New Issue
Block a user