From 5b70064fa45764ff9c947f324172b7e1dc984cf8 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Sun, 1 Feb 2015 12:32:22 +0800 Subject: [PATCH] Update upgrade feed url --- Wox.Core/Updater/UpdaterManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox.Core/Updater/UpdaterManager.cs b/Wox.Core/Updater/UpdaterManager.cs index 6d8b9705ff..c45ab02ff8 100644 --- a/Wox.Core/Updater/UpdaterManager.cs +++ b/Wox.Core/Updater/UpdaterManager.cs @@ -18,7 +18,7 @@ namespace Wox.Core.Updater { private static UpdaterManager instance; private const string VersionCheckURL = "https://api.getwox.com/release/latest/"; - private const string UpdateFeedURL = "http://127.0.0.1:8888/Update.xml"; + private const string UpdateFeedURL = "http://upgrade.getwox.com/update.xml"; private static SemanticVersion currentVersion; public static UpdaterManager Instance