Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/build/MacOSX/make-dmg-bundle.sh')
-rwxr-xr-xmain/build/MacOSX/make-dmg-bundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/make-dmg-bundle.sh b/main/build/MacOSX/make-dmg-bundle.sh
index 9fe1911e8b..1170152801 100755
--- a/main/build/MacOSX/make-dmg-bundle.sh
+++ b/main/build/MacOSX/make-dmg-bundle.sh
@@ -16,7 +16,7 @@ if test ! -e "$DMG_APP" ; then
exit 1
fi
-NAME=`grep -A1 CFBundleName "$DMG_APP/Contents/Info.plist" | grep string | sed -e 's/.*<string>//' -e 's,</string>,,'`
+NAME=`grep -A1 CFBundleDisplayName "$DMG_APP/Contents/Info.plist" | grep string | sed -e 's/.*<string>//' -e 's,</string>,,'`
VERSION=`grep -A1 CFBundleVersion "$DMG_APP/Contents/Info.plist" | grep string | sed -e 's/.*<string>//' -e 's,</string>,,'`
#if we use the version in the volume name, Finder can't find the background image