Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
jbx5 committed Sep 17, 2022
1 parent c76813b commit 3b91575
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion innosetup/unethicalite.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AppName=Devious Launcher
AppPublisher=Devious
UninstallDisplayName=Devious
AppVersion=@project.version@
AppSupportURL=https://unethicalite.net/
AppSupportURL=https://runelite.net/
DefaultDirName={localappdata}\Devious
; vcredist queues files to be replaced at next reboot, however it doesn't seem to matter
RestartIfNeededByRun=no
Expand Down
2 changes: 1 addition & 1 deletion innosetup/unethicalite32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AppName=Devious Launcher
AppPublisher=Devious
UninstallDisplayName=Devious
AppVersion=@project.version@
AppSupportURL=https://unethicalite.net/
AppSupportURL=https://runelite.net/
DefaultDirName={localappdata}\Devious
; vcredist queues files to be replaced at next reboot, however it doesn't seem to matter
RestartIfNeededByRun=no
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/runelite/launcher/InfoPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class InfoPanel extends JPanel
private static final Dimension VERSION_SIZE = new Dimension(PANEL_SIZE.width, 25);

private static final String TROUBLESHOOTING_URL = "https://github.com/runelite/runelite/wiki/Troubleshooting-problems-with-the-client";
private static final String DISCORD_INVITE_LINK = "https://discord.gg/unethicalite";
private static final String LAUNCHER_DOWNLOAD_LINK = "https://github.com/unethicalite/unethicalite-launcher/releases";
private static final String DISCORD_INVITE_LINK = "https://discord.gg/5sh52G36GF";
private static final String LAUNCHER_DOWNLOAD_LINK = "https://github.com/jbx5/devious-launcher/releases";

InfoPanel(String mode)
{
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/runelite/launcher/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ public class Launcher
public static final File LOGS_DIR = new File(OPENOSRS_DIR, "logs");
private static final File REPO_DIR = new File(OPENOSRS_DIR, "repository2");
public static final File CRASH_FILES = new File(LOGS_DIR, "jvm_crash_pid_%p.log");
static final String LAUNCHER_BUILD = "https://raw.githubusercontent.com/unethicalite/unethicalite-launcher/master/build.gradle.kts";
static final String LAUNCHER_BUILD = "https://raw.githubusercontent.com/jbx5/devious-launcher/master/build.gradle.kts";
static final String USER_AGENT = "Devious/" + LauncherProperties.getVersion();

static final String CLIENT_MAIN_CLASS = "net.unethicalite.client.Devious";
static final String CLIENT_MAIN_CLASS = "net.unethicalite.client.Unethicalite";

public static void main(String[] args) throws IOException
{
Expand Down

0 comments on commit 3b91575

Please sign in to comment.