obs-studio/cmake/osxbundle/obslaunch.sh

6 lines
64 B
Bash
Raw Normal View History

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