mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 17:41:18 +01:00
[AUTO]Update CJS script
Files changed: M dist/index.js M src/index.js
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -27467,9 +27467,7 @@ async function run() {
|
||||
|
||||
// Install Inno Setup silently
|
||||
try {
|
||||
const { stdout, stderr } = await execPromise(
|
||||
`winget install --id JRSoftware.InnoSetup -e -s winget -h`,
|
||||
);
|
||||
const { stdout, stderr } = await execPromise(`choco install innosetup`);
|
||||
console.log(stdout);
|
||||
console.error(stderr);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user