Installer + auto update on startup

1. installer
2. auto check update on startup
3. auto start on next startup
4. remove command line arguments which breaks squirrel
5. auto generate installer on continue integration
This commit is contained in:
bao-qian
2016-05-07 22:44:38 +01:00
parent 192e4b8877
commit e0b9a81c9b
15 changed files with 171 additions and 111 deletions

View File

@@ -15,5 +15,6 @@ namespace Wox.Infrastructure
public static readonly string UserDirectory = Path.Combine(DataPath, Plugins);
public static readonly string PreinstalledDirectory = Path.Combine(ProgramPath, Plugins);
public static readonly string SettingsPath = Path.Combine(DataPath, Settings);
public const string Github = "https://github.com/Wox-launcher/Wox";
}
}