We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c211d8f commit a4880fbCopy full SHA for a4880fb
src/swift/windows.ts
@@ -30,5 +30,5 @@ async function download(version: string) {
30
join(tmpPath, "swift-installer.exe"),
31
);
32
33
- await cmd(installerPath);
+ await cmd(installerPath, "/passive");
34
}
0 commit comments