Update the autoupdate location

It now points to the correct place so that
the autoupdating works as it should.
This commit is contained in:
Terry MacDonald 2020-12-13 15:00:46 +13:00
parent 2d46e4e3f8
commit 0989088450

View File

@ -128,7 +128,7 @@ namespace DisplayMagician.UIForms
//Run the AutoUpdater to see if there are any updates available. //Run the AutoUpdater to see if there are any updates available.
AutoUpdater.CheckForUpdateEvent += AutoUpdaterOnCheckForUpdateEvent; AutoUpdater.CheckForUpdateEvent += AutoUpdaterOnCheckForUpdateEvent;
AutoUpdater.ParseUpdateInfoEvent += AutoUpdaterOnParseUpdateInfoEvent; AutoUpdater.ParseUpdateInfoEvent += AutoUpdaterOnParseUpdateInfoEvent;
AutoUpdater.Start("http://displaymagician.littlebitbig.com/updates/displaymagician.json"); AutoUpdater.Start("http://displaymagician.littlebitbig.com/update/");
} }
private void EnableShortcutButtonIfProfiles() private void EnableShortcutButtonIfProfiles()