mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
Update upgrade feed url
This commit is contained in:
parent
a112c6d9ee
commit
5b70064fa4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user