浏览代码

CI: Update permissions on CEF app plist before packaging

Colin Edwards 8 年之前
父节点
当前提交
be59588df6
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CI/before-deploy-osx.sh

+ 4 - 0
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
 sudo python ../CI/install/osx/build_app.py
 mv ./CEF.app ./rundir/RelWithDebInfo/obs-plugins/
 mv ./CEF.app ./rundir/RelWithDebInfo/obs-plugins/
 mv ./obs-browser.so ./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
 packagesbuild ../CI/install/osx/CMakeLists.pkgproj
 
 
 sudo cp OBS.pkg ./$FILENAME
 sudo cp OBS.pkg ./$FILENAME