Skip to content

Commit b81aed4

Browse files
author
Antoine Aflalo
committed
Fix command line parameter for install
See #76
1 parent b4fa87d commit b81aed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoundSwitch/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private static void Main()
110110
{
111111
return;
112112
}
113-
new AutoUpdater("/VERYSILENT /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /NOCANCEL", ApplicationPath.Default).Update(@event.Release, false);
113+
new AutoUpdater("/VERYSILENT /NOCANCEL", ApplicationPath.Default).Update(@event.Release, true);
114114
};
115115
if (AppConfigs.Configuration.FirstRun)
116116
{

0 commit comments

Comments
 (0)