mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-10 07:32:56 -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:
@@ -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