From b95a2adb1e43a94e8cf7eb306f9df5658edbb5fa Mon Sep 17 00:00:00 2001 From: Jeff Morgan Date: Thu, 11 Sep 2014 15:45:54 -0700 Subject: [PATCH] Adding CFBundleName for script --- script/dist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/dist.sh b/script/dist.sh index 7ebdc878d..39f874667 100755 --- a/script/dist.sh +++ b/script/dist.sh @@ -66,6 +66,7 @@ chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/node cecho "-----> Updating Info.plist version to $VERSION" $blue /usr/libexec/PlistBuddy -c "Set :CFBundleVersion $VERSION" $BASE/dist/osx/$DIST_APP/Contents/Info.plist /usr/libexec/PlistBuddy -c "Set :CFBundleDisplayName Kitematic" $BASE/dist/osx/$DIST_APP/Contents/Info.plist +/usr/libexec/PlistBuddy -c "Set :CFBundleName Kitematic" $BASE/dist/osx/$DIST_APP/Contents/Info.plist if [ -f $DIR/sign.sh ]; then cecho "-----> Signing app file...." $blue