mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Change update logic
This commit is contained in:
11
Wox.Core/Updater/Release.cs
Normal file
11
Wox.Core/Updater/Release.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Wox.Core.Updater
|
||||
{
|
||||
public class Release
|
||||
{
|
||||
public string version { get; set; }
|
||||
public string download_link { get; set; }
|
||||
public string download_link1 { get; set; }
|
||||
public string download_link2 { get; set; }
|
||||
public string description { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user