mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 17:41:18 +01:00
src/index.js: Fix for issue (hopefully)
This commit is contained in:
@@ -17,7 +17,7 @@ async function run() {
|
|||||||
|
|
||||||
if (workspaceExists && workspaceNotEmpty) {
|
if (workspaceExists && workspaceNotEmpty) {
|
||||||
execFile(
|
execFile(
|
||||||
`${process.env.ProgramFiles(x86)}\\Inno Setup 6\\iscc.exe`,
|
`${process.env["ProgramFiles(x86)"]}\\Inno Setup 6\\iscc.exe`,
|
||||||
[options, `${workspacePath}\\${path}`],
|
[options, `${workspacePath}\\${path}`],
|
||||||
(execError, stdout, stderr) => {
|
(execError, stdout, stderr) => {
|
||||||
console.log(stdout);
|
console.log(stdout);
|
||||||
|
|||||||
Reference in New Issue
Block a user