runelite-client: Use archive-patcher for the client-patch

archive-patcher is faster and produces a smaller patch than the
previous bsdiff solution. this also introduces vanilla and patched
client caching, which significantly boosts startup time.
This commit is contained in:
Max Weber
2019-11-11 05:03:03 -07:00
committed by Adam
parent 11e1753240
commit a60d0f1a21
6 changed files with 505 additions and 236 deletions

View File

@@ -158,15 +158,9 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.sigpipe</groupId>
<artifactId>jbsdiff</artifactId>
<groupId>net.runelite</groupId>
<artifactId>archive-patcher</artifactId>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>org.tukaani</groupId>
<artifactId>xz</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- net.runelite:discord also has this -->
<dependency>