Signed-off-by: PKLite <stonewall@pklite.xyz>
This commit is contained in:
PKLite
2019-08-01 12:54:29 -04:00
parent f8f04366af
commit 6fb7b1fc43
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
}
]
}

View File

@@ -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)