Correct line
This commit is contained in:
parent
24c98d6656
commit
e3973b4934
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue