0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/cmake/osxbundle/obslaunch.sh
BtbN 45ec80fb7d Full rewrite of all CMakeLists
CMake now works on all platforms
2014-01-24 18:56:32 +01:00

6 lines
64 B
Bash
Executable File

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