We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769fc66 commit bcab4c3Copy full SHA for bcab4c3
Flow.Launcher.Core/Updater.cs
@@ -114,7 +114,7 @@ private class GithubRelease
114
public string HtmlUrl { get; [UsedImplicitly] set; }
115
}
116
117
- /// https://github.com/Squirrel/Squirrel.Windows/blob/master/src/Squirrel/UpdateManager.Factory.cs
+ // https://github.com/Squirrel/Squirrel.Windows/blob/master/src/Squirrel/UpdateManager.Factory.cs
118
private async Task<UpdateManager> GitHubUpdateManagerAsync(string repository)
119
{
120
var uri = new Uri(repository);
0 commit comments