From 0989088450dc330038785b5ba74abe615166e301 Mon Sep 17 00:00:00 2001 From: Terry MacDonald Date: Sun, 13 Dec 2020 15:00:46 +1300 Subject: [PATCH] Update the autoupdate location It now points to the correct place so that the autoupdating works as it should. --- DisplayMagician/UIForms/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DisplayMagician/UIForms/MainForm.cs b/DisplayMagician/UIForms/MainForm.cs index cb10b5c..8b8df12 100644 --- a/DisplayMagician/UIForms/MainForm.cs +++ b/DisplayMagician/UIForms/MainForm.cs @@ -128,7 +128,7 @@ namespace DisplayMagician.UIForms //Run the AutoUpdater to see if there are any updates available. AutoUpdater.CheckForUpdateEvent += AutoUpdaterOnCheckForUpdateEvent; AutoUpdater.ParseUpdateInfoEvent += AutoUpdaterOnParseUpdateInfoEvent; - AutoUpdater.Start("http://displaymagician.littlebitbig.com/updates/displaymagician.json"); + AutoUpdater.Start("http://displaymagician.littlebitbig.com/update/"); } private void EnableShortcutButtonIfProfiles()