Skip to content

Commit

Permalink
When checking for updates, run installer silently (only show install …
Browse files Browse the repository at this point in the history
…progress).
  • Loading branch information
mikiher committed Jan 4, 2024
1 parent 3d9792c commit 7566cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AppTray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ private void ApplicationExited(object sender, EventArgs e)
{
StartInfo = new ProcessStartInfo()
{
Arguments = "/SILENT",
FileName = _installerPath,
WindowStyle = ProcessWindowStyle.Hidden,
CreateNoWindow = true,
Expand Down

0 comments on commit 7566cc3

Please sign in to comment.