We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4fa87d commit b81aed4Copy full SHA for b81aed4
SoundSwitch/Program.cs
@@ -110,7 +110,7 @@ private static void Main()
110
{
111
return;
112
}
113
- new AutoUpdater("/VERYSILENT /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /NOCANCEL", ApplicationPath.Default).Update(@event.Release, false);
+ new AutoUpdater("/VERYSILENT /NOCANCEL", ApplicationPath.Default).Update(@event.Release, true);
114
};
115
if (AppConfigs.Configuration.FirstRun)
116
0 commit comments