diff --git a/ModpackUpdater.Apps.Client/AppUpdater.cs b/ModpackUpdater.Apps.Client/AppUpdater.cs index c33e715..92a3ee2 100644 --- a/ModpackUpdater.Apps.Client/AppUpdater.cs +++ b/ModpackUpdater.Apps.Client/AppUpdater.cs @@ -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;