mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-08-03 07:36:31 -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
|
||||
app_pojavlauncher/src/main/assets/components/jre
|
||||
/app_pojavlauncher/src/main/assets/components/jre-new/
|
||||
/app_pojavlauncher/src/main/assets/components/jre-21/
|
||||
local.properties
|
||||
.idea/
|
||||
app_pojavlauncher/.cxx/
|
||||
|
@ -101,7 +101,8 @@ public class NewJREUtil {
|
||||
}
|
||||
|
||||
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 String name;
|
||||
public final String path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user