This website requires JavaScript.
Explore
Help
Sign In
jp9000
/
obs-studio
Watch
1
Star
0
Fork
0
You've already forked obs-studio
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
obs-studio
/
cmake
/
osxbundle
/
obslaunch.sh
6 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
Full rewrite of all CMakeLists CMake now works on all platforms
2014-01-20 16:58:58 +01:00
#!/bin/sh
cd
"
$(
dirname
"
$0
"
)
"
Remove unnecessary distinction between 32bit and 64bit on osx
2014-01-25 20:37:42 +01:00
cd
../Resources/bin
Full rewrite of all CMakeLists CMake now works on all platforms
2014-01-20 16:58:58 +01:00
exec
./obs
"
$@
"
Reference in New Issue
Copy Permalink