Skip to content

Commit

Permalink
windows sign keybaserq.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim committed May 30, 2024
1 parent 1dabf62 commit 0c98770
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packaging/windows/doinstaller_wix.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ call:dosignexe %GOPATH%\src\github.com\keybase\client\shared\desktop\release\win
call:dosignexe %GOPATH%\src\github.com\keybase\client\go\kbnm\kbnm.exe
:: prompter
call:dosignexe %GOPATH%\src\github.com\keybase\client\go\updater\windows\WpfPrompter\WpfApplication1\bin\Release\prompter.exe
:: runquiet utility
call:dosignexe %GOPATH%\src\github.com\keybase\client\go\tools\runquiet\keybaserq.exe

:: Double check that keybase is codesigned
%SIGNTOOL% verify /pa %PathName%
Expand Down Expand Up @@ -98,6 +100,12 @@ IF %ERRORLEVEL% NEQ 0 (
EXIT /B 1
)

:: Double check that the runquiet exe is codesigned
%SIGNTOOL% verify /pa %GOPATH%\src\github.com\keybase\client\go\tools\runquiet\keybaserq.exe
IF %ERRORLEVEL% NEQ 0 (
EXIT /B 1
)

set BUILD_TAG=%SEMVER%

pushd %GOPATH%\src\github.com\keybase\client\packaging\windows\WIXInstallers
Expand Down

0 comments on commit 0c98770

Please sign in to comment.