From e81fcff5ceac1e76f4fb179a72418619c2ba5abf Mon Sep 17 00:00:00 2001 From: Ashton Eby Date: Fri, 25 Oct 2024 12:40:20 -0700 Subject: [PATCH] god bless --- sea/build-sea.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ^ \