obfuscate main branch with --newjvm
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m22s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m22s
This commit is contained in:
parent
739f0a9cc7
commit
2a29dffae5
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ jobs:
|
|||
if: github.ref == 'refs/heads/main' # !! ONLY MAIN
|
||||
run: |
|
||||
./gradlew Client:proguard
|
||||
MOBFARGS=-p bash scripts/mobf.sh Client/build/proguard/BaseBand-DSM.jar
|
||||
MOBFARGS="-p --newjvm" bash scripts/mobf.sh Client/build/proguard/BaseBand-DSM.jar
|
||||
- name: Obfuscate Broadway
|
||||
if: github.ref == 'refs/heads/release' # !! ONLY RELEASE
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue