Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Adding CFBundleName for script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Sep 11, 2014
1 parent 785907d commit b95a2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b95a2ad

Please sign in to comment.