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

[AUTO]Update CJS script

Files changed:
M	dist/index.js
M	src/index.js
This commit is contained in:
github-actions[bot]
2024-12-23 14:17:38 +00:00
parent 3574c46440
commit af7bd46ac4
2 changed files with 5 additions and 9 deletions

View File

@@ -23,8 +23,9 @@ async function run() {
const workspaceNotEmpty = (await fs.readdir(workspacePath)).length > 0;
if (workspaceExists && workspaceNotEmpty) {
const escapedOptions = options.map(str => str.replace(/(["'])/g, '$1'));
const escapedOptions = options.map((str) =>
str.replace(/(["'])/g, "$1"),
);
execFile(
`${process.env["ProgramFiles(x86)"]}\\Inno Setup 6\\iscc.exe`,