Skip to content

Commit

Permalink
Update MainWindow.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maah8bt authored Jul 6, 2024
1 parent b2ad900 commit 85af03c
Showing 1 changed file with 1 addition and 1 deletion.
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/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);

Expand Down

0 comments on commit 85af03c

Please sign in to comment.