Skip to content

Commit

Permalink
CI: Add obsdeps to dylibBundler search
Browse files Browse the repository at this point in the history
  • Loading branch information
DDRBoxman committed Dec 6, 2021
1 parent 00e6f6e commit b4cfc6b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }") \
Expand Down

0 comments on commit b4cfc6b

Please sign in to comment.