diff --git a/sea/build-sea.cjs b/sea/build-sea.cjs index 11808933..50e10db6 100644 --- a/sea/build-sea.cjs +++ b/sea/build-sea.cjs @@ -43,7 +43,8 @@ function buildSEAForMac() { function buildSEAForWindows() { run("node --experimental-sea-config .\\sea\\sea-config.json"); fs.copyFileSync(process.execPath, ".\\dist\\fauna.exe"); - const signtool = "C:\\Program\\ Files\\ (x86)\\Microsoft SDKs\\ClickOnce\\SignTool\\signtool.exe"; + // eslint-disable-next-line no-useless-escape + 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 ^ \