diff --git a/src/MainWindow.xaml.cs b/src/MainWindow.xaml.cs index 5459592..7865ae3 100644 --- a/src/MainWindow.xaml.cs +++ b/src/MainWindow.xaml.cs @@ -20,7 +20,7 @@ namespace CanaryLauncherUpdate { public partial class MainWindow : Window { - static string launcerConfigUrl = "https://raw.githubusercontent.com/eightbites/azura-launcher/main/launcher_config.json"; + static string launcerConfigUrl = "https://raw.githubusercontent.com/Archbyt/azura-launcher/main/launcher_config.json"; // Load informations of launcher_config.json file static ClientConfig clientConfig = ClientConfig.loadFromFile(launcerConfigUrl);