From 136b651d58d3fcb98d42314515ecc78600b45688 Mon Sep 17 00:00:00 2001 From: jacques-tony Date: Mon, 6 Nov 2023 14:22:16 -0300 Subject: [PATCH] json update --- src/MainWindow.xaml.cs | 2 +- src/SplashScreen.xaml.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MainWindow.xaml.cs b/src/MainWindow.xaml.cs index ca3bbc1..1228c6b 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/jacques-tony/phoenix-launcher/main/launcher_config.json"; + static string launcerConfigUrl = "https://raw.githubusercontent.com/jacques-tony/LaucherPhoenixBeta/main/launcher_config.json"; // Load informations of launcher_config.json file static ClientConfig clientConfig = ClientConfig.loadFromFile(launcerConfigUrl); diff --git a/src/SplashScreen.xaml.cs b/src/SplashScreen.xaml.cs index 52371f5..3ac2d1e 100644 --- a/src/SplashScreen.xaml.cs +++ b/src/SplashScreen.xaml.cs @@ -18,7 +18,7 @@ namespace CanaryLauncherUpdate { public partial class SplashScreen : Window { - static string launcerConfigUrl = "https://raw.githubusercontent.com/jacques-tony/phoenix-launcher/main/launcher_config.json"; + static string launcerConfigUrl = "https://raw.githubusercontent.com/jacques-tony/LaucherPhoenixBeta/main/launcher_config.json"; // Load informations of launcher_config.json file static ClientConfig clientConfig = ClientConfig.loadFromFile(launcerConfigUrl);