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.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/macos_post_build.sh b/scripts/macos_post_build.sh
index df1475c4..50acb408 100755..100644
--- a/scripts/macos_post_build.sh
+++ b/scripts/macos_post_build.sh
@@ -13,12 +13,10 @@ 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
# libbass has a funny path for some reason, just use rpath
install_name_tool -change @loader_path/libbass.dylib @rpath/libbass.dylib ../bin/Attorney_Online.app/Contents/MacOS/Attorney_Online
-
-zip -r -9 ../bin/Attorney_Online_mac_x86_64.zip ../bin/ \ No newline at end of file