Skip to content

Commit

Permalink
Fix Win binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed Nov 6, 2024
1 parent 614f8de commit b6b313f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/insiders-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
}
Start-Process @processOptions1
npx postject ${env:DIST_FILE_NAME}.exe NODE_SEA_BLOB sea-prep.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
npx postject "${env:DIST_FILE_NAME}.exe" NODE_SEA_BLOB sea-prep.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
# Sign the executable
# 1st signing
Expand Down

0 comments on commit b6b313f

Please sign in to comment.