@@ -324,7 +324,7 @@
|
||||
"hash": "3a902785766620dffeeb26e248ce75b265e058520105973f9cbe0a2161739433",
|
||||
"name": "injected-client-1.5.31-SNAPSHOT.jar",
|
||||
"path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/injected-client-1.5.31-SNAPSHOT.jar",
|
||||
"size": "0"
|
||||
"size": "2258274"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -355,7 +355,7 @@ public class Bootstrap
|
||||
artifacts[47].name = "injected-client-" + projectVersion + ".jar";
|
||||
artifacts[47].hash = getChecksumFile("./injected-client/build/libs/" + artifacts[47].name);
|
||||
artifacts[47].path = "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/" + Bootstrapper.remoteLocation + artifacts[47].name;
|
||||
artifacts[47].size = Long.toString(getFileSize("./http-api/build/libs/" + artifacts[47].name));
|
||||
artifacts[47].size = Long.toString(getFileSize("./injected-client/build/libs/" + artifacts[47].name));
|
||||
copyTodir("./injected-client/build/libs/" + artifacts[47].name, Bootstrapper.localLocation);
|
||||
}
|
||||
catch (IOException | NoSuchAlgorithmException e)
|
||||
|
||||
Reference in New Issue
Block a user