mirror of https://github.com/docker/docs.git
Adding CFBundleName for script
This commit is contained in:
parent
785907daf9
commit
b95a2adb1e
|
@ -66,6 +66,7 @@ chmod +x dist/osx/$DIST_APP/Contents/Resources/app/resources/node
|
||||||
cecho "-----> Updating Info.plist version to $VERSION" $blue
|
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 :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 :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
|
if [ -f $DIR/sign.sh ]; then
|
||||||
cecho "-----> Signing app file...." $blue
|
cecho "-----> Signing app file...." $blue
|
||||||
|
|
Loading…
Reference in New Issue