We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ada6d commit e22a92bCopy full SHA for e22a92b
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 -b -x $INSTALL_PATH/$APPNAME/Content/MacOS/${APPNAME%.app} -d $INSTALL_PATH/$APPNAME/Framework -p @executable_path/../Framework
+dylibbundler -b -x $INSTALL_PATH/$APPNAME/Contents/MacOS/${APPNAME%.app} -d $INSTALL_PATH/$APPNAME/Contents/Framework -p @executable_path/../Framework
40
41
# if message contains "ERROR" then macdeployqt failed
42
if [[ $message == *"ERROR"* ]]; then
0 commit comments