Build: Make scripts executable and fix dep links

This commit is contained in:
Dominik Nakamura 2021-10-24 14:54:34 +09:00
parent 4e956d1ef4
commit ee3216968d
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910
4 changed files with 5 additions and 1 deletions

0
CI/macos/build-plugin-macos.sh Normal file → Executable file
View File

0
CI/macos/install-build-obs-macos.sh Normal file → Executable file
View File

0
CI/macos/install-dependencies-macos.sh Normal file → Executable file
View File

6
CI/macos/package-plugin-macos.sh Normal file → Executable file
View File

@ -27,6 +27,10 @@ install_name_tool \
@executable_path/../Frameworks/QtGui.framework/Versions/5/QtGui \ @executable_path/../Frameworks/QtGui.framework/Versions/5/QtGui \
-change /tmp/obsdeps/lib/QtCore.framework/Versions/5/QtCore \ -change /tmp/obsdeps/lib/QtCore.framework/Versions/5/QtCore \
@executable_path/../Frameworks/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 ./build/obs-websocket.so
# Check if replacement worked # Check if replacement worked
@ -86,4 +90,4 @@ if [[ "$RELEASE_MODE" == "True" ]]; then
done done
else else
echo "[obs-websocket] Skipped installer codesigning and notarization" echo "[obs-websocket] Skipped installer codesigning and notarization"
fi fi