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

Update index.js

This commit is contained in:
Minionguyjpro
2025-08-27 07:21:28 +02:00
committed by GitHub
parent 11b1cb9614
commit 2567c9a47e

View File

@@ -38,7 +38,6 @@ async function run() {
// Install Inno Setup silently
try {
const { stdout, stderr } = await execPromise(`choco install innosetup`);
console.log(stdout);
console.error(stderr);
} catch (err) {
throw new Error(