mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action.git
synced 2026-04-12 18:01:24 +02:00
[AUTO]Update CJS script
Files changed: M dist/index.js
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -27468,7 +27468,6 @@ async function run() {
|
|||||||
// Install Inno Setup silently
|
// Install Inno Setup silently
|
||||||
try {
|
try {
|
||||||
const { stdout, stderr } = await execPromise(`choco install innosetup`);
|
const { stdout, stderr } = await execPromise(`choco install innosetup`);
|
||||||
console.log(stdout);
|
|
||||||
console.error(stderr);
|
console.error(stderr);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
|
|||||||
Reference in New Issue
Block a user