mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
misc
This commit is contained in:
@@ -23,9 +23,9 @@ namespace Wox.Core
|
||||
try
|
||||
{
|
||||
const string url = Constant.Github;
|
||||
// UpdateApp() will return value only if the app is squirrel installed
|
||||
using (var m = await UpdateManager.GitHubUpdateManager(url, urlDownloader: d))
|
||||
{
|
||||
// UpdateApp CheckForUpdate will return value only if the app is squirrel installed
|
||||
var e = await m.CheckForUpdate().NonNull();
|
||||
var fe = e.FutureReleaseEntry;
|
||||
var ce = e.CurrentlyInstalledVersion;
|
||||
|
||||
Reference in New Issue
Block a user