Fixed NullPointerException when minecraftArguments=null
This commit is contained in:
@@ -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
BIN
HMCSM/src/main/icon.icns
Executable file
Binary file not shown.
Reference in New Issue
Block a user