Switch to getting updates from GitHub

This commit is contained in:
2018-04-06 09:57:00 -04:00
parent 0826ecfce3
commit 92469c15aa
6 changed files with 7 additions and 22 deletions

View File

@@ -9,8 +9,8 @@ namespace FeedCenter
private static void InitializeUpdate()
{
UpdateCheck.ApplicationName = Properties.Resources.ApplicationDisplayName;
UpdateCheck.UpdateServerType = ServerType.GitHub;
UpdateCheck.UpdateServer = Settings.Default.VersionLocation;
UpdateCheck.UpdateFile = Settings.Default.VersionFile;
UpdateCheck.ApplicationShutdown = ApplicationShutdown;
UpdateCheck.ApplicationCurrentMessage = ApplicationCurrentMessage;
UpdateCheck.ApplicationUpdateMessage = ApplicationUpdateMessage;