Changed bundle identifier script

This commit is contained in:
Anuken
2018-05-24 16:12:12 -04:00
parent b4088dcfbc
commit 29c3df8ba7
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ task packrCmd() {
commandLine("java", "-jar", PACKR_DIR + "packr.jar", commandLine("java", "-jar", PACKR_DIR + "packr.jar",
"--verbose", "--verbose",
"--bundle", getPackage(), "--bundle", getPackage() + ".mac",
"--platform", getPlatform(), "--platform", getPlatform(),
"--executable", appName, "--executable", appName,
"--output", "packr-out/", "--output", "packr-out/",

View File

@@ -2,5 +2,5 @@ app.version=3.5
app.id=io.anuke.mindustry app.id=io.anuke.mindustry
app.mainclass=io.anuke.mindustry.IOSLauncher app.mainclass=io.anuke.mindustry.IOSLauncher
app.executable=IOSLauncher app.executable=IOSLauncher
app.build=10 app.build=11
app.name=Mindustry app.name=Mindustry