mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Update the autoupdate location
It now points to the correct place so that the autoupdating works as it should.
This commit is contained in:
parent
2d46e4e3f8
commit
0989088450
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user