|
@@ -22,9 +22,9 @@ hr "Moving OBS LUA"
|
|
|
mv ./rundir/RelWithDebInfo/data/obs-scripting/obslua.so ./rundir/RelWithDebInfo/bin/
|
|
|
|
|
|
# Move obspython
|
|
|
-# hr "Moving OBS Python"
|
|
|
-# mv ./rundir/RelWithDebInfo/data/obs-scripting/_obspython.so ./rundir/RelWithDebInfo/bin/
|
|
|
-# mv ./rundir/RelWithDebInfo/data/obs-scripting/obspython.py ./rundir/RelWithDebInfo/bin/
|
|
|
+hr "Moving OBS Python"
|
|
|
+mv ./rundir/RelWithDebInfo/data/obs-scripting/_obspython.so ./rundir/RelWithDebInfo/bin/
|
|
|
+mv ./rundir/RelWithDebInfo/data/obs-scripting/obspython.py ./rundir/RelWithDebInfo/bin/
|
|
|
|
|
|
# Package everything into a nice .app
|
|
|
hr "Packaging .app"
|