Mercurial > servermonitor
changeset 30:b0af6b4bed4d
Change update URL to real URL.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sun, 16 Jun 2019 16:54:29 -0400 |
parents | f6235dc0a8ec |
children | 88ca7e4fc023 |
files | ServerMonitor/Forms/ServerSummaryForm.cs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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); }