Merge pull request #775 from DDRBoxman/patch-1

CI: Update permissions on CEF app plist before packaging
This commit is contained in:
Jim 2017-01-23 20:00:04 -08:00 committed by GitHub
commit 8c76216c4b

View File

@ -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