ci: give macdeployqtfix the qt install dir

This commit is contained in:
itsmattkc
2021-09-22 18:10:38 -07:00
parent 966b706ef4
commit df7735ffcc
+1 -1
View File
@@ -366,7 +366,7 @@ jobs:
mv app/$BUNDLE_NAME .
macdeployqt $BUNDLE_NAME -executable=$BUNDLE_NAME/Contents/MacOS/olive-crashhandler
$DOWNLOAD_TOOL https://github.com/arl/macdeployqtfix/raw/master/macdeployqtfix.py
python2 macdeployqtfix.py $BUNDLE_NAME/Contents/MacOS/Olive
python2 macdeployqtfix.py $BUNDLE_NAME/Contents/MacOS/Olive $(dirname $(which qmake))
# Crashpad symbols
/opt/olive-editor/bin/dump_syms $BUNDLE_NAME/Contents/MacOS/Olive > Olive.sym