Fixed NullPointerException when minecraftArguments=null

This commit is contained in:
huangyuhui
2016-05-23 13:09:30 +08:00
parent 75e0fa2def
commit ab1ca18488
12 changed files with 67 additions and 53 deletions

View File

@@ -63,6 +63,12 @@ task macAppCompressed(type: Zip, dependsOn: createApp) {
from "$buildDir/macApp"
}
macAppBundle {
mainClassName = mainClass
icon = "src/main/icon.icns"
javaProperties.put("apple.laf.useScreenMenuBar", "true")
}
configure(install.repositories.mavenInstaller) {
pom.project {
groupId = mavenGroupId

BIN
HMCSM/src/main/icon.icns Executable file

Binary file not shown.