comparison deploy/osx/copy-pyqt.sh @ 724:c59c17665162

Further macOS deployment fixes
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 14 Dec 2018 17:28:31 +0000
parents 5afb26b7575a
children 2cb03c4665aa
comparison
equal deleted inserted replaced
723:c39a04fed8b2 724:c59c17665162
26 if [ ! -f "$ENUM_EGG" ]; then 26 if [ ! -f "$ENUM_EGG" ]; then
27 echo "Enum module egg $ENUM_EGG not found - install it or update the reference in this script" 27 echo "Enum module egg $ENUM_EGG not found - install it or update the reference in this script"
28 exit 2 28 exit 2
29 fi 29 fi
30 30
31 pydir="$app.app/Contents/MacOS/Py2.7" 31 pydir="$app.app/Contents/MacOS/Py27"
32 mkdir -p "$pydir/PyQt5" 32 mkdir -p "$pydir/PyQt5"
33 mkdir -p "$pydir/enum" 33 mkdir -p "$pydir/enum"
34 34
35 echo 35 echo
36 echo "Copying PyQt libraries..." 36 echo "Copying PyQt libraries..."