diff --git a/HMCL/build.gradle b/HMCL/build.gradle index 036cd4e04..6bc999f7d 100755 --- a/HMCL/build.gradle +++ b/HMCL/build.gradle @@ -83,6 +83,12 @@ task macAppCompressed(type: Zip, dependsOn: createApp) { from "$buildDir/macApp" } +macAppBundle { + mainClassName = mainClass + icon = "src/main/icon.icns" + javaProperties.put("apple.laf.useScreenMenuBar", "true") +} + sourceSets { main { java {