We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b95cbe commit 62ada6dCopy full SHA for 62ada6d
build_scripts/macOS/internal/2a_appbundle.sh
@@ -36,7 +36,7 @@ fi
36
message=$(${QT_BASE_DIR}macdeployqt $INSTALL_PATH/$APPNAME \
37
$ARGUMENTS 2>&1)
38
39
-dylibbundler $INSTALL_PATH/$APPNAME/Content/MacOS/${APPNAME%.app} $INSTALL_PATH/$APPNAME/Framework @executable_path/../Framework
+dylibbundler -b -x $INSTALL_PATH/$APPNAME/Content/MacOS/${APPNAME%.app} -d $INSTALL_PATH/$APPNAME/Framework -p @executable_path/../Framework
40
41
# if message contains "ERROR" then macdeployqt failed
42
if [[ $message == *"ERROR"* ]]; then
0 commit comments