mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 05:06:36 +02:00
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:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user