mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Дефолтный конфиг Radon...
This commit is contained in:
parent
e37bda8962
commit
3dfdb88e99
3 changed files with 4 additions and 20 deletions
|
@ -19,6 +19,7 @@ public class RadonBuildTask implements LauncherBuildTask {
|
|||
public RadonBuildTask(LaunchServer srv) {
|
||||
this.srv = srv;
|
||||
config = this.srv.dir.resolve("radon.yml");
|
||||
System.setProperty("radon.useJVMCP", "true");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -5,20 +5,8 @@ StringEncryption:
|
|||
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
|
||||
Shuffler: true
|
||||
Crasher: false
|
||||
Optimizer:
|
||||
Enabled: true
|
||||
|
@ -27,12 +15,7 @@ Optimizer:
|
|||
RemoveNopInstructions: true
|
||||
Watermarker:
|
||||
Enabled: false
|
||||
Message: "This copy belongs to ItzSomebody"
|
||||
Message: "This copy belongs to GravitLauncher"
|
||||
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
|
2
Radon
2
Radon
|
@ -1 +1 @@
|
|||
Subproject commit d8ec3cca611b3daf69e209f05fd97c703ffb530c
|
||||
Subproject commit 161d394074f7e51e994215def64b25a8fe46edef
|
Loading…
Reference in a new issue