Call macdeployqt a second time on Qt6 builds to ensure frameworks depended on by default plugins are deployed

This commit is contained in:
Adam Honse
2026-04-23 12:37:49 -05:00
parent c5aac4c44f
commit 28c63b8b9d

View File

@@ -41,3 +41,7 @@ if [ "$1" = "qt5" ]; then
fi
$ARCH $BREW_PATH/$QT_PATH/macdeployqt OpenRGB.app -codesign=OpenRGB
if [ "$1" = "qt6" ]; then
$ARCH $BREW_PATH/$QT_PATH/macdeployqt OpenRGB.app -codesign=OpenRGB
fi