Skip to content

Commit

Permalink
double never trust a linter
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 25, 2024
1 parent 02a734c commit ddca1ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sea/build-sea.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ function buildSEAForMac() {
function buildSEAForWindows() {
run("node --experimental-sea-config .\\sea\\sea-config.json");
fs.copyFileSync(process.execPath, ".\\dist\\fauna.exe");
// eslint-disable-next-line no-useless-escape
const signtool = "C:\\Program\ Files\ (x86)\\Microsoft SDKs\\ClickOnce\\SignTool\\signtool.exe";
const signtool = "C:\"\\Program Files (x86)\"\\Microsoft SDKs\\ClickOnce\\SignTool\\signtool.exe";
run(`${signtool} remove /s .\\dist\\fauna.exe`);
run(
"npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ^ \
Expand Down

0 comments on commit ddca1ce

Please sign in to comment.