mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-20 09:20:01 -04:00
Call macdeployqt a second time on Qt6 builds to ensure frameworks depended on by default plugins are deployed
This commit is contained in:
1 parent
c5aac4c44f
commit
28c63b8b9d
1 file changed
+4
@@ -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
|
||||
Reference in new issue
Block a user