changeset 412:44741262c2e0 sv_v1.8_osx_deploy

More OS/X deployment fixes
author Chris Cannam
date Fri, 08 Apr 2011 16:51:45 +0100
parents 9f6436615ac7
children ba537bead4ee
files deploy/osx/Info.plist deploy/osx/deploy.sh
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/Info.plist	Fri Apr 08 16:39:23 2011 +0100
+++ b/deploy/osx/Info.plist	Fri Apr 08 16:51:45 2011 +0100
@@ -5,7 +5,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleName</key>
-	<string>SonicVisualiser</string>
+	<string>Sonic Visualiser</string>
 	<key>CFBundleExecutable</key>
 	<string>Sonic Visualiser</string>
 	<key>CFBundleIconFile</key>
--- a/deploy/osx/deploy.sh	Fri Apr 08 16:39:23 2011 +0100
+++ b/deploy/osx/deploy.sh	Fri Apr 08 16:51:45 2011 +0100
@@ -30,6 +30,7 @@
 mkdir "$volume" || exit 1
 
 ln -s /Applications "$volume"/Applications
+cp README README.OSC COPYING CHANGELOG "$volume/"
 cp -rp "$source" "$target"
 
 echo "Done"