Correct line

This commit is contained in:
Cris Stringfellow 2024-08-29 22:29:53 +08:00
parent 24c98d6656
commit e3973b4934
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ node -e "require('fs').copyFileSync(process.execPath, '%OUTPUT_FOLDER%\%EXE_NAME
signtool remove /s "%OUTPUT_FOLDER%\%EXE_NAME%"
:: Inject the blob into the copied binary
npx postject "%OUTPUT_FOLDER%\%EXE_NAME%" NODE_SEA_BLOB sea-prep.blob ^
--sentinel-fuse %NODE_SEA_FUSE%
npx postject "%OUTPUT_FOLDER%\%EXE_NAME%" NODE_SEA_BLOB sea-prep.blob --sentinel-fuse %NODE_SEA_FUSE%
:: Clean up
echo Application built successfully.