Mercurial > hg > easyhg
diff deploy/osx/deploy.sh @ 670:8f3075eeaac2 qt5
Attempt to fix library paths for PyQt libraries. Doesn't seem to be sufficient.
author | Chris Cannam |
---|---|
date | Fri, 27 May 2016 11:02:53 +0100 |
parents | 0f3e086066fc |
children | 8121a6f9abca |
line wrap: on
line diff
--- a/deploy/osx/deploy.sh Fri May 27 11:02:38 2016 +0100 +++ b/deploy/osx/deploy.sh Fri May 27 11:02:53 2016 +0100 @@ -49,6 +49,12 @@ echo "Done: check $source/Contents/Info.plist for sanity please" echo +echo "Copying in helper scripts" +cp easyhg-extdiff.sh "$source"/Contents/MacOS/ +cp easyhg-merge.sh "$source"/Contents/MacOS/ +chmod +x "$source"/Contents/MacOS/easyhg-extdiff.sh "$source"/Contents/MacOS/easyhg-merge.sh + +echo echo "Making target tree." volume="$app"-"$version"