From a16b97275788a3b61928bcf55e3949a7fde2fae7 Mon Sep 17 00:00:00 2001 From: Ashton Eby Date: Fri, 25 Oct 2024 12:47:23 -0700 Subject: [PATCH] . --- 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 69fa69d3..7bd63328 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 ^ \