1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 09:31:19 +01:00

src/index.js: Fix for issue (hopefully)

This commit is contained in:
Minionguyjpro
2024-10-12 19:23:05 +02:00
committed by GitHub
parent 86feda27f9
commit 7186deaf35

View File

@@ -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);