Automatically download JavaFX on linux-loongarch64_ow (#1670)

This commit is contained in:
Glavo 2022-08-29 19:28:20 +08:00 committed by GitHub
parent b5c92c1564
commit 620c0e4c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 =