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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user