mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #417 from Wox-launcher/dev
Change https to http becuase the SSL has expired
This commit is contained in:
commit
ddfe79b3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ namespace Wox.Core.Updater
|
|||
public class UpdaterManager
|
||||
{
|
||||
private static UpdaterManager instance;
|
||||
private const string VersionCheckURL = "https://api.getwox.com/release/latest/";
|
||||
private const string VersionCheckURL = "http://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 static SemanticVersion currentVersion;
|
||||
|
|
|
|||
Loading…
Reference in a new issue