diff --git a/script/dist.sh b/script/dist.sh index 7ebdc878dd..39f874667c 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