From 4e6bbb984f80e091591dcb243ba41d89d6b49702 Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Mon, 29 Jan 2018 18:43:57 -0600 Subject: [PATCH] CI: Move obspython.so so it can be found in a .app --- CI/before-deploy-osx.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CI/before-deploy-osx.sh b/CI/before-deploy-osx.sh index ceb70ac99..49fa42dcb 100755 --- a/CI/before-deploy-osx.sh +++ b/CI/before-deploy-osx.sh @@ -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