mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
Added update.json
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
namespace NebulaAuth.Core;
|
||||
|
||||
public static class UpdateManager
|
||||
{
|
||||
public static async Task CheckForUpdates()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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");
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user