mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-01 22:14:01 +03:00
Delete Launcher.pro
This commit is contained in:
parent
6167699c20
commit
8995ec7606
1 changed files with 0 additions and 53 deletions
|
@ -1,53 +0,0 @@
|
|||
-libraryjars '<java.home>/lib/rt.jar'
|
||||
-libraryjars '<java.home>/lib/jce.jar'
|
||||
-libraryjars '<java.home>/lib/ext/jfxrt.jar'
|
||||
-libraryjars '<java.home>/lib/ext/nashorn.jar'
|
||||
|
||||
-printmapping '../build/mapping.pro'
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
-renamesourcefileattribute Source
|
||||
|
||||
-dontnote
|
||||
-dontwarn
|
||||
-dontshrink
|
||||
-dontoptimize
|
||||
-ignorewarnings
|
||||
-target 8
|
||||
-forceprocessing
|
||||
|
||||
-obfuscationdictionary 'dictionary.pro'
|
||||
-classobfuscationdictionary 'dictionary.pro'
|
||||
-overloadaggressively
|
||||
-repackageclasses 'launcher'
|
||||
-keep class ru.zaxar163.*
|
||||
-keepattributes SourceFile,LineNumberTable,*Annotation*
|
||||
-renamesourcefileattribute SourceFile
|
||||
-adaptresourcefilecontents META-INF/MANIFEST.MF
|
||||
|
||||
-keeppackagenames com.eclipsesource.json.**,com.com.mojang.**
|
||||
|
||||
-keep class com.eclipsesource.json.**,com.com.mojang.** {
|
||||
<fields>;
|
||||
<methods>;
|
||||
}
|
||||
|
||||
-keepclassmembers @LauncherAPI class ** {
|
||||
<fields>;
|
||||
<methods>;
|
||||
}
|
||||
|
||||
-keepclassmembers class ** {
|
||||
@LauncherAPI
|
||||
<fields>;
|
||||
@LauncherAPI
|
||||
<methods>;
|
||||
}
|
||||
|
||||
-keepclassmembers public class ** {
|
||||
public static void main(java.lang.String[]);
|
||||
}
|
||||
|
||||
-keepclassmembers enum ** {
|
||||
public static **[] values();
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
Loading…
Reference in a new issue