diff --git a/CI/macos/build-plugin-macos.sh b/CI/macos/build-plugin-macos.sh old mode 100644 new mode 100755 diff --git a/CI/macos/install-build-obs-macos.sh b/CI/macos/install-build-obs-macos.sh old mode 100644 new mode 100755 diff --git a/CI/macos/install-dependencies-macos.sh b/CI/macos/install-dependencies-macos.sh old mode 100644 new mode 100755 diff --git a/CI/macos/package-plugin-macos.sh b/CI/macos/package-plugin-macos.sh old mode 100644 new mode 100755 index 6af9cd97..917585d1 --- a/CI/macos/package-plugin-macos.sh +++ b/CI/macos/package-plugin-macos.sh @@ -27,6 +27,10 @@ install_name_tool \ @executable_path/../Frameworks/QtGui.framework/Versions/5/QtGui \ -change /tmp/obsdeps/lib/QtCore.framework/Versions/5/QtCore \ @executable_path/../Frameworks/QtCore.framework/Versions/5/QtCore \ + -change /tmp/obsdeps/lib/QtNetwork.framework/Versions/5/QtNetwork \ + @executable_path/../Frameworks/QtNetwork.framework/Versions/5/QtNetwork \ + -change /tmp/obsdeps/lib/QtSvg.framework/Versions/5/QtSvg \ + @executable_path/../Frameworks/QtSvg.framework/Versions/5/QtSvg \ ./build/obs-websocket.so # Check if replacement worked @@ -86,4 +90,4 @@ if [[ "$RELEASE_MODE" == "True" ]]; then done else echo "[obs-websocket] Skipped installer codesigning and notarization" -fi \ No newline at end of file +fi