Skip to content

Commit

Permalink
Merge pull request #57 from Owain94/ffs
Browse files Browse the repository at this point in the history
project: Fix stable
  • Loading branch information
ThatGamerBlue committed Apr 29, 2022
2 parents 302788e + 7494737 commit 9e7a11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/runelite/launcher/Launcher.java
Expand Up @@ -78,7 +78,7 @@ public class Launcher
static final String LAUNCHER_BUILD = "https://raw.githubusercontent.com/open-osrs/launcher/master/build.gradle.kts";
private static final String CLIENT_BOOTSTRAP_STAGING_URL = "https://raw.githubusercontent.com/open-osrs/hosting/master/bootstrap-staging.json";
private static final String CLIENT_BOOTSTRAP_NIGHTLY_URL = "https://raw.githubusercontent.com/open-osrs/hosting/master/bootstrap-nightly.json";
private static final String CLIENT_BOOTSTRAP_STABLE_URL = "https://raw.githubusercontent.com/open-osrs/hosting/master/bootstrap-openosrs.json";
private static final String CLIENT_BOOTSTRAP_STABLE_URL = "https://raw.githubusercontent.com/open-osrs/hosting/master/bootstrap-stable.json";
static final String USER_AGENT = "OpenOSRS/" + LauncherProperties.getVersion();
private static boolean nightly = false;
private static boolean staging = false;
Expand Down

0 comments on commit 9e7a11b

Please sign in to comment.