aboutsummaryrefslogtreecommitdiff
path: root/scripts/macos_post_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/macos_post_build.sh')
-rw-r--r--[-rwxr-xr-x]scripts/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 25400bf5..50acb408 100755..100644
--- 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
-/usr/local/opt/qt/bin/macdeployqt ../bin/Attorney_Online.app
+macdeployqt ../bin/Attorney_Online.app
# Need to add the dependencies
cp ../lib/* ../bin/Attorney_Online.app/Contents/Frameworks