From c6d0bf8d9861e8cfa4b97bee07201dd44380c2cb Mon Sep 17 00:00:00 2001 From: bao-qian Date: Tue, 7 Mar 2017 18:33:18 +0000 Subject: [PATCH] misc --- Wox.Core/Updater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox.Core/Updater.cs b/Wox.Core/Updater.cs index cf758c152c..85bc5ce388 100644 --- a/Wox.Core/Updater.cs +++ b/Wox.Core/Updater.cs @@ -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;