From 7a5ac075d0c850b91005fe632bae0768eb883b1a Mon Sep 17 00:00:00 2001 From: David Cooper Date: Sat, 4 Feb 2017 18:51:56 -0800 Subject: [PATCH] CI: Fix OSX post-install script Closes jp9000/obs-studio#789 --- CI/install/osx/post-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/install/osx/post-install.sh b/CI/install/osx/post-install.sh index 8470dd934..f55ae58bb 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" -- GitLab