Mercurial > servermonitor
diff ServerMonitor/Forms/ServerSummaryForm.cs @ 30:b0af6b4bed4d
Change update URL to real URL.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sun, 16 Jun 2019 16:54:29 -0400 |
parents | 3866c19535fd |
children | 9c0e18d65e8b |
line wrap: on
line diff
--- a/ServerMonitor/Forms/ServerSummaryForm.cs Fri Jun 14 21:01:55 2019 -0400 +++ b/ServerMonitor/Forms/ServerSummaryForm.cs Sun Jun 16 16:54:29 2019 -0400 @@ -387,7 +387,7 @@ UpdateManager manager = UpdateManager.Instance; // Make the update manager happy if the program was just restarted to apply an update. manager.ReinstateIfRestarted(); - manager.UpdateSource = new SimpleWebSource("https://www.bgreco.net/test/servermonitor.xml"); + manager.UpdateSource = new SimpleWebSource("https://www.bgreco.net/servermonitor/update.xml"); if (manager.State == UpdateManager.UpdateProcessState.NotChecked) manager.BeginCheckForUpdates(CheckForUpdatesCallback, null); }