mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-07 03:21:37 -04:00
Feat[jre_unpack]: add Jre 21 path to the launcher and .gitignore
This commit is contained in:
parent
eccef88183
commit
2364203366
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
/*/build
|
/*/build
|
||||||
app_pojavlauncher/src/main/assets/components/jre
|
app_pojavlauncher/src/main/assets/components/jre
|
||||||
/app_pojavlauncher/src/main/assets/components/jre-new/
|
/app_pojavlauncher/src/main/assets/components/jre-new/
|
||||||
|
/app_pojavlauncher/src/main/assets/components/jre-21/
|
||||||
local.properties
|
local.properties
|
||||||
.idea/
|
.idea/
|
||||||
app_pojavlauncher/.cxx/
|
app_pojavlauncher/.cxx/
|
||||||
|
@ -101,7 +101,8 @@ public class NewJREUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private enum InternalRuntime {
|
private enum InternalRuntime {
|
||||||
JRE_17(17, "Internal-17", "components/jre-new");
|
JRE_17(17, "Internal-17", "components/jre-new"),
|
||||||
|
JRE_21(21, "Internal-21", "components/jre-21");
|
||||||
public final int majorVersion;
|
public final int majorVersion;
|
||||||
public final String name;
|
public final String name;
|
||||||
public final String path;
|
public final String path;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user