From ee3216968df2de02863f6a263cd0745ce4cda023 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Sun, 24 Oct 2021 14:54:34 +0900 Subject: [PATCH] Build: Make scripts executable and fix dep links --- CI/macos/build-plugin-macos.sh | 0 CI/macos/install-build-obs-macos.sh | 0 CI/macos/install-dependencies-macos.sh | 0 CI/macos/package-plugin-macos.sh | 6 +++++- 4 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 CI/macos/build-plugin-macos.sh mode change 100644 => 100755 CI/macos/install-build-obs-macos.sh mode change 100644 => 100755 CI/macos/install-dependencies-macos.sh mode change 100644 => 100755 CI/macos/package-plugin-macos.sh 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