CI: Add obsdeps to dylibBundler search

This commit is contained in:
Colin Edwards 2021-12-06 11:18:12 -06:00
parent 00e6f6e023
commit b4cfc6bcf4

View file

@ -243,12 +243,30 @@ jobs:
if ! [ "${{ env.MACOS_CEF_BUILD_VERSION }}" -le 3770 ]; then
../CI/scripts/macos/app/dylibBundler -cd -of -a ./OBS.app -q -f \
-s ./OBS.app/Contents/MacOS \
-s /tmp/obsdeps/lib \
-s /tmp/obsdeps/lib/QtSvg.framework \
-s /tmp/obsdeps/lib/QtXml.framework \
-s /tmp/obsdeps/lib/QtNetwork.framework \
-s /tmp/obsdeps/lib/QtCore.framework \
-s /tmp/obsdeps/lib/QtGui.framework \
-s /tmp/obsdeps/lib/QtWidgets.framework \
-s /tmp/obsdeps/lib/QtDBus.framework \
-s /tmp/obsdeps/lib/QtPrintSupport.framework \
-s "${{ github.workspace }}/cmbuild/sparkle/Sparkle.framework" \
-s ./rundir/RelWithDebInfo/bin \
$(echo "${BUNDLE_PLUGINS[@]/#/-x }")
else
../CI/scripts/macos/app/dylibBundler -cd -of -a ./OBS.app -q -f \
-s ./OBS.app/Contents/MacOS \
-s /tmp/obsdeps/lib \
-s /tmp/obsdeps/lib/QtSvg.framework \
-s /tmp/obsdeps/lib/QtXml.framework \
-s /tmp/obsdeps/lib/QtNetwork.framework \
-s /tmp/obsdeps/lib/QtCore.framework \
-s /tmp/obsdeps/lib/QtGui.framework \
-s /tmp/obsdeps/lib/QtWidgets.framework \
-s /tmp/obsdeps/lib/QtDBus.framework \
-s /tmp/obsdeps/lib/QtPrintSupport.framework \
-s "${{ github.workspace }}/cmbuild/sparkle/Sparkle.framework" \
-s ./rundir/RelWithDebInfo/bin \
$(echo "${BUNDLE_PLUGINS[@]/#/-x }") \