Skip to content

Commit 8342980

Browse files
committed
Pass --silent directly
1 parent 1eb64a9 commit 8342980

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/compass-smoke-tests/src/installers/windows-setup.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ export function installWindowsSetup({
8787
execute(
8888
filepath,
8989
[
90-
// See https://github.com/Squirrel/Squirrel.Windows/blob/51f5e2cb01add79280a53d51e8d0cfa20f8c9f9f/src/Setup/winmain.cpp#L60C22-L68
91-
'--checkInstall',
90+
// Args are passed through to the Update.exe https://github.com/Squirrel/Squirrel.Windows/blob/51f5e2cb01add79280a53d51e8d0cfa20f8c9f9f/src/Setup/winmain.cpp#L125
91+
// See options in https://github.com/Squirrel/Squirrel.Windows/blob/51f5e2cb01add79280a53d51e8d0cfa20f8c9f9f/src/Update/StartupOption.cs
92+
'--silent',
9293
],
9394
{
9495
env: {

0 commit comments

Comments
 (0)