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

CI: Move obspython.so so it can be found in a .app

This commit is contained in:
Colin Edwards 2018-01-29 18:43:57 -06:00
parent 3ea5e99d0f
commit 4e6bbb984f

View File

@ -23,6 +23,11 @@ mv ./rundir/RelWithDebInfo/obs-plugins/obs-browser.so ./
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/
# Package everything into a nice .app
hr "Packaging .app"
STABLE=false