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

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