mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 09:31:19 +01:00
Update index.js
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -10,7 +10,7 @@ const path = core.getInput('path');
|
||||
var exec = require('child_process').exec;
|
||||
|
||||
if (process.platform === 'win32') {
|
||||
if (workspacePath) {
|
||||
if (workspacePath && workspacePath.trim() !== '') {
|
||||
exec(`"%PROGRAMFILES(X86)%\\Inno Setup 6\\iscc.exe" ${options} "${workspacePath}\\${path}"`, { stdio: 'ignore' }, function (error, stdout, stderr) {
|
||||
console.log(stdout);
|
||||
console.log(stderr);
|
||||
|
||||
Reference in New Issue
Block a user