diff --git a/CI/install/osx/post-install.sh b/CI/install/osx/post-install.sh index 8470dd9346c08ff1e14a7e4548aeeb9d9c6c533d..f55ae58bb9b6204b65decf9cf721db16bb6358a6 100644 --- a/CI/install/osx/post-install.sh +++ b/CI/install/osx/post-install.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash # Fix permissions on CEF -chmod 744 "/Library/Application Support/obs-studio/plugins/obs-browser/bin/CEF.app/Contents/Info.plist" \ No newline at end of file +chmod 744 "/Library/Application Support/obs-studio/plugins/obs-browser/bin/CEF.app/Contents/Info.plist" +chmod 744 "/Library/Application Support/obs-studio/plugins/obs-browser/bin/CEF.app/Contents/Frameworks/CEF Helper.app/Contents/Info.plist"