From 7186deaf35537aae6ed6ee41b3544767d6db40de Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sat, 12 Oct 2024 19:23:05 +0200 Subject: [PATCH] src/index.js: Fix for issue (hopefully) --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 12c7601..7273f7c 100644 --- a/src/index.js +++ b/src/index.js @@ -17,7 +17,7 @@ async function run() { if (workspaceExists && workspaceNotEmpty) { execFile( - `${process.env.ProgramFiles(x86)}\\Inno Setup 6\\iscc.exe`, + `${process.env["ProgramFiles(x86)"]}\\Inno Setup 6\\iscc.exe`, [options, `${workspacePath}\\${path}`], (execError, stdout, stderr) => { console.log(stdout);