Skip to content

Commit

Permalink
json update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-tony committed Nov 6, 2023
1 parent 26cbfa8 commit 136b651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion src/SplashScreen.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 136b651

Please sign in to comment.