diff --git a/sea/build-sea.cjs b/sea/build-sea.cjs index e525440d..11808933 100644 --- a/sea/build-sea.cjs +++ b/sea/build-sea.cjs @@ -43,7 +43,7 @@ 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"; + 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 ^ \