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
6f42bcfa4f
commit
b881f3c1c8
1 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ using System.Net.Sockets;
|
|||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using JetBrains.Annotations;
|
||||
using Squirrel;
|
||||
using Newtonsoft.Json;
|
||||
using Wox.Core.Resource;
|
||||
|
|
@ -65,7 +66,8 @@ namespace Wox.Core
|
|||
return tips;
|
||||
}
|
||||
|
||||
class GithubRelease
|
||||
[UsedImplicitly]
|
||||
private class GithubRelease
|
||||
{
|
||||
[JsonProperty("prerelease")]
|
||||
public bool Prerelease { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue