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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user