1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-09-03 02:42:47 +02:00

add ripme-2.0.2 sha256sum

This commit is contained in:
soloturn
2021-12-26 13:39:17 +01:00
parent 26aaa2a9c3
commit 11fc8e25f2
2 changed files with 6 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ public class UpdateUtils {
private static JSONObject ripmeJson;
private static String getUpdateJarURL(String latestVersion) {
return "https://github.com/" + REPO_NAME + "/releases/download/latest/ripme"+ latestVersion + ".jar";
return "https://github.com/" + REPO_NAME + "/releases/download/"+ latestVersion + "/ripme-"+ latestVersion + ".jar";
}
public static String getThisJarVersion() {