Bump HMCLauncher to 3.6.0.4 (#3992)

This commit is contained in:
Glavo 2025-06-12 12:38:45 +08:00 committed by GitHub
parent 9bead7e34e
commit a9c28573b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ dependencies {
implementation(libs.java.info) implementation(libs.java.info)
if (launcherExe == null) { if (launcherExe == null) {
implementation("org.glavo.hmcl:HMCLauncher:3.6.0.3") implementation("org.glavo.hmcl:HMCLauncher:3.6.0.4")
} }
} }