mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
misc
This commit is contained in:
parent
c41035058a
commit
c6d0bf8d98
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue