Skip to content

Commit

Permalink
laucher
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-tony committed Dec 26, 2023
1 parent f6423f7 commit 6e42e6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion launcher_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ NOTE: Set it to "false" or only "" to not use the client folder, so everything w
}
],
"clientFolder": "PhoenixClient",
"newClientUrl" : "https://github.com/jacques-tony/LaucherPhoenixBeta/releases/download/1.0/PhoenixClient.zip",
"newClientUrl" : "https://github.com/jacques-tony/phoenixlaucher/releases/download/1.0/PhoenixClient.zip",
"clientExecutable": "client.exe"
}
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/LaucherPhoenixBeta/main/launcher_config.json";
static string launcerConfigUrl = "https://raw.githubusercontent.com/jacques-tony/phoenixlaucher/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/LaucherPhoenixBeta/main/launcher_config.json";
static string launcerConfigUrl = "https://raw.githubusercontent.com/jacques-tony/phoenixlaucher/main/launcher_config.json";
// Load informations of launcher_config.json file
static ClientConfig clientConfig = ClientConfig.loadFromFile(launcerConfigUrl);

Expand Down

0 comments on commit 6e42e6c

Please sign in to comment.