mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Build: Make scripts executable and fix dep links
This commit is contained in:
parent
4e956d1ef4
commit
ee3216968d
0
CI/macos/build-plugin-macos.sh
Normal file → Executable file
0
CI/macos/build-plugin-macos.sh
Normal file → Executable file
0
CI/macos/install-build-obs-macos.sh
Normal file → Executable file
0
CI/macos/install-build-obs-macos.sh
Normal file → Executable file
0
CI/macos/install-dependencies-macos.sh
Normal file → Executable file
0
CI/macos/install-dependencies-macos.sh
Normal file → Executable file
6
CI/macos/package-plugin-macos.sh
Normal file → Executable file
6
CI/macos/package-plugin-macos.sh
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user