Merge pull request #842 from dnaka91/macos-scripts

Build: Make scripts executable and fix dep links
This commit is contained in:
tt2468 2021-10-29 17:20:18 -07:00 committed by GitHub
commit 622e1c9aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \
-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
fi