mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-30 12:32:22 -08:00
fix(inno): use correct signing command
This commit is contained in:
parent
3ad5be483e
commit
bf8732ceb1
|
@ -33,7 +33,7 @@ $content | Out-File -Encoding 'UTF8' $ISSName
|
||||||
|
|
||||||
# package content
|
# package content
|
||||||
$installer = "install-$Architecture"
|
$installer = "install-$Architecture"
|
||||||
ISCC.exe /F$installer "/Ssigntool=$signtool sign /v /debug /fd SHA256 /tr 'http://timestamp.acs.microsoft.com' /td SHA256 /dlib $signtoolDlib /dmdf './metadata.json' `$f" $ISSName
|
ISCC.exe /F$installer "/Ssigntool=$signtool sign /v /debug /fd SHA256 /tr http://timestamp.acs.microsoft.com /td SHA256 /dlib $signtoolDlib /dmdf ./metadata.json `$f" $ISSName
|
||||||
# get hash
|
# get hash
|
||||||
$zipHash = Get-FileHash "Output/$installer.exe" -Algorithm SHA256
|
$zipHash = Get-FileHash "Output/$installer.exe" -Algorithm SHA256
|
||||||
$zipHash.Hash | Out-File -Encoding 'UTF8' "Output/$installer.exe.sha256"
|
$zipHash.Hash | Out-File -Encoding 'UTF8' "Output/$installer.exe.sha256"
|
||||||
|
|
Loading…
Reference in a new issue