mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FEATURE] Radon работает. Требуется тест.
This commit is contained in:
parent
a2784aaa45
commit
e37bda8962
2 changed files with 39 additions and 0 deletions
|
@ -42,6 +42,7 @@ public void init() {
|
||||||
tasks.add(new PrepareBuildTask(server));
|
tasks.add(new PrepareBuildTask(server));
|
||||||
tasks.add(new MainBuildTask(server));
|
tasks.add(new MainBuildTask(server));
|
||||||
tasks.add(new ProGuardBuildTask(server));
|
tasks.add(new ProGuardBuildTask(server));
|
||||||
|
tasks.add(new RadonBuildTask(server));
|
||||||
tasks.add(new AttachJarsTask(server));
|
tasks.add(new AttachJarsTask(server));
|
||||||
tasks.add(new AdditionalFixesApplyTask(server));
|
tasks.add(new AdditionalFixesApplyTask(server));
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
StringEncryption:
|
||||||
|
Enabled: true
|
||||||
|
Mode: Heavy
|
||||||
|
StringPool: false
|
||||||
|
InvokeDynamic: Heavy
|
||||||
|
NumberObfuscation: Heavy
|
||||||
|
FlowObfuscation: Heavy
|
||||||
|
LocalVariables:
|
||||||
|
Enabled: false
|
||||||
|
Remove: true
|
||||||
|
LineNumbers:
|
||||||
|
Enabled: false
|
||||||
|
Remove: true
|
||||||
|
SourceName:
|
||||||
|
Enabled: false
|
||||||
|
Remove: true
|
||||||
|
SourceDebug:
|
||||||
|
Enabled: false
|
||||||
|
Remove: true
|
||||||
|
HideCode: true
|
||||||
|
Shuffler: false
|
||||||
|
Crasher: false
|
||||||
|
Optimizer:
|
||||||
|
Enabled: true
|
||||||
|
InlineGotoGoto: true
|
||||||
|
InlineGotoReturn: true
|
||||||
|
RemoveNopInstructions: true
|
||||||
|
Watermarker:
|
||||||
|
Enabled: false
|
||||||
|
Message: "This copy belongs to ItzSomebody"
|
||||||
|
Key: "SuperSecureKey"
|
||||||
|
Expiration:
|
||||||
|
Enabled: false
|
||||||
|
InjectJOptionPane: true
|
||||||
|
Message: "Sorry, but your software trial has passed the expiration date. Please pay the ItzSomebody Corporation 1 USD to the paypal address non-existant@troll.email to receive the full version."
|
||||||
|
Expires: "12/31/2018"
|
||||||
|
Dictionary: Spaces
|
||||||
|
TrashClasses: 200
|
Loading…
Reference in a new issue