Skip to content

Commit 9d48beb

Browse files
moar
1 parent 8dbddec commit 9d48beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-wad.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ async function installWad(version) {
169169
if (_.toLower(parsedName.ext) === EXT_MSI) {
170170
await shellExec('msiexec.exe', ['/i', installerPath, '/quiet', '/norestart']);
171171
} else if (_.toLower(parsedName.ext) === EXT_EXE) {
172-
await shellExec(installerPath, ['/quiet', '/norestart']);
172+
await shellExec(installerPath, ['/install', '/quiet', '/norestart']);
173173
} else {
174174
throw new Error(`Unsupported WAD installer: ${asset.name}`);
175175
}

0 commit comments

Comments
 (0)