diff --git a/NebulaAuth/Core/MyUpdateManager.cs b/NebulaAuth/Core/MyUpdateManager.cs deleted file mode 100644 index dbe48de..0000000 --- a/NebulaAuth/Core/MyUpdateManager.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Threading.Tasks; - - -namespace NebulaAuth.Core; - -public static class UpdateManager -{ - public static async Task CheckForUpdates() - { - - } -} \ No newline at end of file diff --git a/NebulaAuth/Core/UpdateManager.cs b/NebulaAuth/Core/UpdateManager.cs new file mode 100644 index 0000000..9056657 --- /dev/null +++ b/NebulaAuth/Core/UpdateManager.cs @@ -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"); + + } +} \ No newline at end of file diff --git a/NebulaAuth/update.json b/NebulaAuth/update.json new file mode 100644 index 0000000..70c03ba --- /dev/null +++ b/NebulaAuth/update.json @@ -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" +} \ No newline at end of file