[FIX] Дефолтный конфиг Radon...

This commit is contained in:
zaxar163 2019-03-14 15:40:32 +03:00
parent e37bda8962
commit 3dfdb88e99
No known key found for this signature in database
GPG key ID: E3B309DD3852DE06
3 changed files with 4 additions and 20 deletions

View file

@ -19,6 +19,7 @@ public class RadonBuildTask implements LauncherBuildTask {
public RadonBuildTask(LaunchServer srv) { public RadonBuildTask(LaunchServer srv) {
this.srv = srv; this.srv = srv;
config = this.srv.dir.resolve("radon.yml"); config = this.srv.dir.resolve("radon.yml");
System.setProperty("radon.useJVMCP", "true");
} }
@Override @Override

View file

@ -5,20 +5,8 @@ StringEncryption:
InvokeDynamic: Heavy InvokeDynamic: Heavy
NumberObfuscation: Heavy NumberObfuscation: Heavy
FlowObfuscation: 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 HideCode: true
Shuffler: false Shuffler: true
Crasher: false Crasher: false
Optimizer: Optimizer:
Enabled: true Enabled: true
@ -27,12 +15,7 @@ Optimizer:
RemoveNopInstructions: true RemoveNopInstructions: true
Watermarker: Watermarker:
Enabled: false Enabled: false
Message: "This copy belongs to ItzSomebody" Message: "This copy belongs to GravitLauncher"
Key: "SuperSecureKey" 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 Dictionary: Spaces
TrashClasses: 200 TrashClasses: 200

2
Radon

@ -1 +1 @@
Subproject commit d8ec3cca611b3daf69e209f05fd97c703ffb530c Subproject commit 161d394074f7e51e994215def64b25a8fe46edef