Skip to content

Commit

Permalink
correct postject script for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 25, 2024
1 parent 2d73b4b commit 4935d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea/build-sea.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function buildSEAForWindows() {
const signtool = "C:\\\"Program Files (x86)\"\\\"Microsoft SDKs\"\\ClickOnce\\SignTool\\signtool.exe";
run(`${signtool} remove /s /c /u .\\dist\\fauna.exe`);
run(
"npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ^ \
"npx postject .\\dist\\fauna NODE_SEA_BLOB .\\dist\\sea.blob ^ \
--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2"
);
run(`${signtool} sign /fd SHA256 .\\dist\\fauna.exe`);
Expand Down

0 comments on commit 4935d3f

Please sign in to comment.