mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action.git
synced 2026-04-13 02:11:24 +02:00
[AUTO]Update CJS script
Files changed: M dist/index.js M src/index.js
This commit is contained in:
@@ -31,7 +31,7 @@ async function run() {
|
||||
exec(
|
||||
`winget install --id JRSoftware.InnoSetup -e -s winget -h`,
|
||||
(execError, stdout, stderr) => {
|
||||
console.log(stdout,stderr);
|
||||
console.log(stdout, stderr);
|
||||
if (execError) {
|
||||
core.setFailed(`Failed to install Inno Setup: ${stderr}`);
|
||||
process.exit(execError.code || 1);
|
||||
|
||||
Reference in New Issue
Block a user