Include vanilla gamepack with bytecodepatched RSA keys (because honestly it's easier lol)

Loads vanilla locally, will need to be updated manually every rev.
This commit is contained in:
zeruth
2019-06-17 00:14:51 -04:00
parent 39a9ae35ab
commit 4e36d27f7f
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -12,4 +12,3 @@ runelite-client/src/main/resources/META-INF/MANIFEST.MF
git
classes/artifacts/client_jar/run.bat
classes/artifacts/client_jar/client.jar
*.jar

View File

@@ -50,7 +50,7 @@ public class InjectMojo extends AbstractMojo
private File outputDirectory;
@Parameter(defaultValue = "./runescape-client/target/rs-client-${project.version}.jar", readonly = true, required = true)
private String rsClientPath;
@Parameter(defaultValue = "${net.runelite.rs:vanilla:jar}", readonly = true, required = true)
@Parameter(defaultValue = "./vanilla-180.jar", readonly = true, required = true)
private String vanillaPath;
@Override

BIN
vanilla-180.jar Normal file

Binary file not shown.