FireMasterK/SkidSuite2-Latest

Question

VictorML11 opened this issue · 1 comments

Is there any way I can exclude a certain package classes from being obfuscated?

Main class is being obfuscated every time and then I can not launch the jar later because main class is not found

Thanks!

Well,
I am not the one who wrote SkidSuite. It was abandoned by the author.
You can use proguard if you just want to obfuscate class names or use proguard before obfuscating with this.
Thanks