aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormac builder <mac at github.com>2019-08-13 19:13:01 +0200
committermac builder <mac at github.com>2019-08-13 19:13:01 +0200
commit5bdb57a8ba789f0a716360d775eedfbc29096c78 (patch)
tree37cf5f1a01b1aa8033fcc3aae585bbdb262e6b32 /scripts
parent172406efa219c2d3948e078c811e8cb35d7668a7 (diff)
forgot macdeployqt
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/macos_post_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/macos_post_build.sh b/scripts/macos_post_build.sh
index 50acb408..25400bf5 100755
--- a/scripts/macos_post_build.sh
+++ b/scripts/macos_post_build.sh
@@ -13,7 +13,7 @@ ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/"
cd ${ROOT_DIR}
# This thing basically does all the work
-macdeployqt ../bin/Attorney_Online.app
+/usr/local/opt/qt/bin/macdeployqt ../bin/Attorney_Online.app
# Need to add the dependencies
cp ../lib/* ../bin/Attorney_Online.app/Contents/Frameworks