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