Skip to content

Commit

Permalink
Merge pull request #591 from mountaindude/587
Browse files Browse the repository at this point in the history
Fix Win binary build
  • Loading branch information
mountaindude authored Nov 6, 2024
2 parents 614f8de + b6b313f commit 546e201
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 546e201

Please sign in to comment.