update url

This commit is contained in:
2025-06-19 12:54:11 +02:00
parent 798961ea22
commit d85a41c158

View File

@@ -16,7 +16,7 @@ public class AppUpdater
public string DownloadUrlLinux { get; set; }
}
private const string UPDATE_URL = "https://git.pilzinsel64.de/pilzinsel64/minecraft-modpack-updater/-/snippets/3/raw/main/updates.json";
private const string UPDATE_URL = "https://git.pilzinsel64.de/litw-refined/minecraft-modpack-updater/-/snippets/3/raw/main/updates.json";
private readonly HttpClient httpClient = new();
private UpdateInfo info;