merge update urls and include app short name in distro
This commit is contained in:
@@ -7,8 +7,6 @@ namespace ModpackUpdater.Apps.Manager;
|
||||
|
||||
public static class Program
|
||||
{
|
||||
public const string UpdateUrl = "https://git.pilzinsel64.de/litw-refined/minecraft-modpack-updater/-/snippets/3/raw/main/updates-manager.json";
|
||||
|
||||
internal static readonly SettingsManager settingsManager;
|
||||
|
||||
public static ISettings Settings => settingsManager.Instance;
|
||||
|
||||
@@ -127,7 +127,7 @@ public partial class MainWindow : Window, IMainApi
|
||||
|
||||
private async void Window_OnLoaded(object? sender, RoutedEventArgs e)
|
||||
{
|
||||
var updater = new AppUpdates(Program.UpdateUrl, this)
|
||||
var updater = new AppUpdates("client", this)
|
||||
{
|
||||
UsePopups = true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user