# HG changeset patch # User Chris Cannam # Date 1444834855 -3600 # Node ID 8deff0bd9d45eb9d92e05a32a6938fdb3bc38149 # Parent 487fb37f2106f0ce1ed56d7a6de86c97164fbecd Copy in these files before we copy across the directory (making local app bundle usable) diff -r 487fb37f2106 -r 8deff0bd9d45 deploy/osx/deploy.sh --- a/deploy/osx/deploy.sh Wed Oct 14 15:54:18 2015 +0100 +++ b/deploy/osx/deploy.sh Wed Oct 14 16:00:55 2015 +0100 @@ -57,6 +57,21 @@ deploy/osx/paths.sh "$app" echo +echo "Copying in qt.conf to set local-only plugin paths." +echo "Make sure all necessary Qt plugins are in $source/Contents/plugins/*" +echo "You probably want platforms/, accessible/ and imageformats/ subdirectories." +cp deploy/osx/qt.conf "$source"/Contents/Resources/qt.conf + +echo +echo "Writing version $bundleVersion in to bundle." +echo "(This should be a three-part number: major.minor.point)" + +perl -p -e "s/TONY_VERSION/$bundleVersion/" deploy/osx/Info.plist \ + > "$source"/Contents/Info.plist + +echo "Done: check $source/Contents/Info.plist for sanity please" + +echo echo "Making target tree." volume="$app"-"$version" @@ -71,21 +86,6 @@ echo "Done" -echo -echo "Copying in qt.conf to set local-only plugin paths." -echo "Make sure all necessary Qt plugins are in $target/Contents/plugins/*" -echo "You probably want platforms/, accessible/ and imageformats/ subdirectories." -cp deploy/osx/qt.conf "$target"/Contents/Resources/qt.conf - -echo -echo "Writing version $bundleVersion in to bundle." -echo "(This should be a three-part number: major.minor.point)" - -perl -p -e "s/TONY_VERSION/$bundleVersion/" deploy/osx/Info.plist \ - > "$target"/Contents/Info.plist - -echo "Done: check $target/Contents/Info.plist for sanity please" - deploy/osx/sign.sh "$volume" || exit 1 echo