为非 x86 平台提供开箱即用的启动支持 (#1610)
* Replace native libraries on non-x86 platforms * Add support for Linux ARM * Relax the constraint 'JavaVersionConstraint.VANILLA_X86' * Fix several hints * Add OpenGL software renderer option * Add support for OpenGL software renderer on windows * Add __GLX_VENDOR_LIBRARY_NAME on Linux * Catch GLFW error 65543 * Allow users to disable auto completion of native libraries * fix NPE when violated mandatory constraint * Add support for Minecraft 1.13 * Add support for Minecraft 1.6~1.12 * Add base support for linux-loongarch64 * Improve warnings on Loongson platform * Add linux launcher script * fix typo * Add support for loongarch64 (old world)
This commit is contained in:
@@ -266,6 +266,7 @@ val makeExecutables = tasks.create("makeExecutables") {
|
||||
|
||||
doLast {
|
||||
createExecutable("exe", "src/main/resources/assets/HMCLauncher.exe")
|
||||
createExecutable("sh", "src/main/resources/assets/HMCLauncher.sh")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user