Skip to content

Commit

Permalink
drop ripmeapp2, use ripmeapp repo
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Jan 1, 2025
1 parent 255e388 commit 8499c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/rarchives/ripme/ui/UpdateUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class UpdateUtils {
private static final Logger logger = LogManager.getLogger(UpdateUtils.class);
// do not update the default version without adjusting the unit test. the real version comes from METAINF.MF
private static final String DEFAULT_VERSION = "1.7.94-10-b6345398";
private static final String REPO_NAME = "ripmeapp2/ripme";
private static final String REPO_NAME = "ripmeapp/ripme";
private static final String updateJsonURL = "https://raw.githubusercontent.com/" + REPO_NAME + "/main/ripme.json";
private static final Path newFile = Paths.get("ripme.jar.new");
private static Path mainFile;
Expand All @@ -52,7 +52,7 @@ private static String getUpdateJarURL(String latestVersion) {
return "https://github.com/"
+ REPO_NAME
+ "/releases/download/"
+ latestVersion.substring(0, latestVersion.indexOf("-"))
+ latestVersion
+ "/ripme-"
+ latestVersion + ".jar";
}
Expand Down

0 comments on commit 8499c5f

Please sign in to comment.