-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: symbol-upload-linux fails if tmp dir doesn't exist (#128)
* fix: symbol-upload-linux fails if tmp dir doesn't exist * fix: signtool for github action runners * fix: windows signature removal Fixes #127
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
node --experimental-sea-config sea-config.json | ||
node -e "require('fs').copyFileSync(process.execPath, '.\\dist\\symbol-upload-windows.exe')" | ||
signtool remove /s .\dist\symbol-upload-windows.exe | ||
$signtool = "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\signtool.exe" | ||
& $signtool remove /s ".\dist\symbol-upload-windows.exe" | ||
npx postject .\dist\symbol-upload-windows.exe NODE_SEA_BLOB .\dist\sea-prep.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 | ||
#signtool sign /fd SHA256 symbol-upload-windows.exe |