添加 Windows on Arm 平台的支持 (#1679)

* Add Minecraft 1.6~1.18.2 support for windows-arm64

* Prompt at startup on non-x86 platforms

* Automatically download JavaFX on windows-arm64

* Update PLATFORM.md
This commit is contained in:
Glavo
2022-08-31 14:20:27 +08:00
committed by GitHub
parent 620c0e4c73
commit 8d29775410
9 changed files with 434 additions and 18 deletions

View File

@@ -34,6 +34,7 @@ val jfxDependenciesFile = project("HMCL").buildDir.resolve("openjfx-dependencies
val jfxPlatforms = listOf(
Platform("windows-x86", "win-x86"),
Platform("windows-x86_64", "win"),
Platform("windows-arm64", "win", groupId = "org.glavo.hmcl.openjfx", version = "18.0.2+1-arm64", unsupportedModules = listOf("media", "web")),
Platform("osx-x86_64", "mac"),
Platform("osx-arm64", "mac-aarch64"),
Platform("linux-x86_64", "linux"),