Changed bundle identifier script
This commit is contained in:
@@ -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/",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user