Add drop event [WIP]

This commit is contained in:
qianlifeng
2015-02-02 23:28:40 +08:00
parent 5ef72b81ae
commit 95e468c90a
10 changed files with 199 additions and 157 deletions

View File

@@ -22,8 +22,8 @@ namespace Wox.Core.Updater
{
private static UpdaterManager instance;
private const string VersionCheckURL = "https://api.getwox.com/release/latest/";
//private const string UpdateFeedURL = "http://upgrade.getwox.com/update.xml";
private const string UpdateFeedURL = "http://127.0.0.1:8888/update.xml";
private const string UpdateFeedURL = "http://upgrade.getwox.com/update.xml";
//private const string UpdateFeedURL = "http://127.0.0.1:8888/update.xml";
private static SemanticVersion currentVersion;
public event EventHandler PrepareUpdateReady;