mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-02-04 17:13:59 +00:00
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
jar xf lspatch.jar
|
|
cp -r assets/lspatch/so ../../src/main/assets/lspatch/so
|
|
rm -rf com/google/common/util/concurrent
|
|
rm -rf com/google/errorprone/annotations
|
|
python rm_duplicate.py
|
|
jar cf lspatch_cleaned.jar .
|