mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-01-30 14:39:56 +08:00
Automatically download JavaFX on linux-loongarch64_ow (#1670)
This commit is contained in:
parent
b5c92c1564
commit
620c0e4c73
@ -39,6 +39,7 @@ val jfxPlatforms = listOf(
|
||||
Platform("linux-x86_64", "linux"),
|
||||
Platform("linux-arm32", "linux-arm32-monocle", unsupportedModules = listOf("media", "web")),
|
||||
Platform("linux-arm64", "linux-aarch64"),
|
||||
Platform("linux-loongarch64_ow", "linux", groupId = "org.glavo.hmcl.openjfx", version = "19-ea+10-loongson64"),
|
||||
)
|
||||
|
||||
val jfxInClasspath =
|
||||
|
Loading…
Reference in New Issue
Block a user