diff --git a/CI/before-deploy-osx.sh b/CI/before-deploy-osx.sh index b6edbbe51..0c43f21ce 100755 --- a/CI/before-deploy-osx.sh +++ b/CI/before-deploy-osx.sh @@ -8,6 +8,10 @@ mv ./rundir/RelWithDebInfo/obs-plugins/obs-browser.so ./ sudo python ../CI/install/osx/build_app.py mv ./CEF.app ./rundir/RelWithDebInfo/obs-plugins/ mv ./obs-browser.so ./rundir/RelWithDebInfo/obs-plugins/ + +# Fix permissions on CEF +chmod 744 ./CEF.app/Contents/Info.plist + packagesbuild ../CI/install/osx/CMakeLists.pkgproj sudo cp OBS.pkg ./$FILENAME