Skip to content

Commit

Permalink
Update create-dmg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Aug 20, 2020
1 parent 697e874 commit 3c4e6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-systems/github/macos/create-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ echo "Cloning macdeployqtfix"
git clone --depth=1 https://github.com/aurelien-rainone/macdeployqtfix.git
echo "Calling macdeployqtfix for ${Qt5_Dir}"
#tree ${Qt5_Dir}
tree /usr/local/opt/libiodbc/lib
tree /Applications/Postgres.app/Contents/Versions/9.6/lib/
python macdeployqtfix/macdeployqtfix.py $APP.app/Contents/MacOS/$APP ${Qt5_Dir}
tree /usr/local
tree /Applications/Postgres.app
python macdeployqtfix/macdeployqtfix.py $APP.app/Contents/MacOS/$APP /usr/local

echo "Create $TEMPDIR"
#Create a temporary directory if one doesn't exist
Expand Down

0 comments on commit 3c4e6cc

Please sign in to comment.