Add architecture support and refine OS handling in update manifest parsing

This commit is contained in:
Stone_Red
2026-02-21 02:09:54 +01:00
parent c6853601ac
commit c150afad4e
3 changed files with 150 additions and 22 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace AlwaysUpToDate.Test;
internal class Program
{
private static readonly Updater updater = new Updater(new TimeSpan(0, 0, 1), "https://raw.githubusercontent.com/Stone-Red-Code/Test/main/test.xml", true);
private static readonly Updater updater = new Updater(new TimeSpan(0, 0, 1), "https://echohub.voidcube.cloud/api/app/version", true);
private static async Task Main(string[] args)
{