Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
669:acfaae6844de | 670:8f3075eeaac2 |
---|---|
47 > "$source"/Contents/Info.plist | 47 > "$source"/Contents/Info.plist |
48 | 48 |
49 echo "Done: check $source/Contents/Info.plist for sanity please" | 49 echo "Done: check $source/Contents/Info.plist for sanity please" |
50 | 50 |
51 echo | 51 echo |
52 echo "Copying in helper scripts" | |
53 cp easyhg-extdiff.sh "$source"/Contents/MacOS/ | |
54 cp easyhg-merge.sh "$source"/Contents/MacOS/ | |
55 chmod +x "$source"/Contents/MacOS/easyhg-extdiff.sh "$source"/Contents/MacOS/easyhg-merge.sh | |
56 | |
57 echo | |
52 echo "Making target tree." | 58 echo "Making target tree." |
53 | 59 |
54 volume="$app"-"$version" | 60 volume="$app"-"$version" |
55 target="$volume"/"$app".app | 61 target="$volume"/"$app".app |
56 dmg="$dmg"-"$version".dmg | 62 dmg="$dmg"-"$version".dmg |