mirror of
https://github.com/Stone-Red-Code/AlwaysUpToDate.git
synced 2026-09-04 00:46:05 +02:00
Add architecture support and refine OS handling in update manifest parsing
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user