修复 Java 管理页面无法添加 IKVM 的问题 (#3968)

This commit is contained in:
Glavo
2025-06-08 09:45:23 +08:00
committed by GitHub
parent d9d32eab1d
commit d317844b28
6 changed files with 124 additions and 110 deletions

View File

@@ -41,6 +41,7 @@ dependencies {
implementation(project(":HMCLCore"))
implementation("libs:JFoenix")
implementation(libs.twelvemonkeys.imageio.webp)
implementation(libs.java.info)
if (launcherExe == null) {
implementation("org.glavo.hmcl:HMCLauncher:3.6.0.2")