mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 14:44:10 +01:00
Fix wrong executable path for Windows signing
This commit is contained in:
parent
b50543e113
commit
4cb973d9d0
@ -119,7 +119,7 @@ if not exist "%package_dir%\windows\Bisq-%version%.exe" (
|
||||
)
|
||||
|
||||
echo Signing executable with default Code Signing Certificate
|
||||
call "C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe" sign /v /fd SHA256 /a "Bisq-%version%.exe"
|
||||
call "C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe" sign /v /fd SHA256 /a "%package_dir%\windows\Bisq-%version%.exe"
|
||||
|
||||
echo SHA256 of %package_dir%\windows\Bisq-%version%.exe:
|
||||
for /F "delims=" %%h in ('certutil -hashfile "%package_dir%\windows\Bisq-%version%.exe" SHA256 ^| findstr -i -v "SHA256" ^| findstr -i -v "certutil"') do (set hash=%%h)
|
||||
|
Loading…
Reference in New Issue
Block a user