Use own update manager, so we can pass proxy #1266

This commit is contained in:
bao-qian
2017-03-07 19:23:42 +00:00
parent ade6c46cca
commit 6f42bcfa4f
4 changed files with 40 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ namespace Wox.Infrastructure
public static readonly string DataDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), Wox);
public static readonly string PluginsDirectory = Path.Combine(DataDirectory, Plugins);
public static readonly string PreinstalledDirectory = Path.Combine(ProgramDirectory, Plugins);
public const string Github = "https://github.com/Wox-launcher/Wox";
public const string Repository = "https://github.com/Wox-launcher/Wox";
public const string Issue = "https://github.com/Wox-launcher/Wox/issues/new";
public static readonly string Version = FileVersionInfo.GetVersionInfo(Assembly.Location).ProductVersion;