Added update.json

This commit is contained in:
Давид Чернопятов
2024-02-01 01:53:58 +02:00
parent c6b69b9295
commit 1230836912
3 changed files with 20 additions and 12 deletions
-12
View File
@@ -1,12 +0,0 @@
using System.Threading.Tasks;
namespace NebulaAuth.Core;
public static class UpdateManager
{
public static async Task CheckForUpdates()
{
}
}
+15
View File
@@ -0,0 +1,15 @@
using System.Threading.Tasks;
using AutoUpdaterDotNET;
namespace NebulaAuth.Core;
public static class UpdateManager
{
public static async Task CheckForUpdates()
{
AutoUpdater.Start("https://rbsoft.org/updates/AutoUpdaterTest.xml");
}
}
+5
View File
@@ -0,0 +1,5 @@
{
"version": "1.3.4.0",
"url": "https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies/releases/download/Release/NebulaAuth.1.4.3.zip",
"changelog": "https://github.com/ravibpatel/AutoUpdater.NET/releases"
}