Skip to content

Commit

Permalink
Thread VM argument added to macApp build task.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaceCore committed Nov 2, 2020
1 parent 376c7f4 commit a8c2c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ macAppBundle {
mainClassName = project.mainClassName
bundleIdentifier = 'com.crashinvaders.texturepackergui'
javaProperties.put("apple.laf.useScreenMenuBar", "true")
javaExtras.put("-XstartOnFirstThread",null)
bundleJRE = false
appName = "GDX Texture Packer"
dmgName = "gdx-texturepacker-$project.ext.version"
Expand Down

0 comments on commit a8c2c3d

Please sign in to comment.