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",
"--verbose",
"--bundle", getPackage(),
"--bundle", getPackage() + ".mac",
"--platform", getPlatform(),
"--executable", appName,
"--output", "packr-out/",