0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/cmake/osxbundle/obslaunch.sh

6 lines
68 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")"
cd ../Resources/bin
exec ./obs "$@"