File obs-studio-bin.sh of Package obs-studio
#!/bin/sh
# Portable built OBS needs to be executed with CWD set to the folder where the
# executable is located
cd /opt/obs-studio/bin/64bit/
exec ./obs "${@}"
#!/bin/sh
# Portable built OBS needs to be executed with CWD set to the folder where the
# executable is located
cd /opt/obs-studio/bin/64bit/
exec ./obs "${@}"