Browse Source

Merge pull request #834 from DDRBoxman/osxsign

CI: OSX - Update to CEF 2987
Jim 8 years ago
parent
commit
d421228315
2 changed files with 4 additions and 4 deletions
  1. 3 3
      CI/install-dependencies-osx.sh
  2. 1 1
      plugins/obs-browser

+ 3 - 3
CI/install-dependencies-osx.sh

@@ -30,9 +30,9 @@ mkdir ./sparkle
 tar -xf ./sparkle.tar.bz2 -C ./sparkle
 
 # CEF Stuff
-curl -kLO http://opensource.spotify.com/cefbuilds/cef_binary_3.2883.1540.gedbfb20_macosx64.tar.bz2 -f --retry 5 -C -
-tar -xf ./cef_binary_3.2883.1540.gedbfb20_macosx64.tar.bz2
-cd ./cef_binary_3.2883.1540.gedbfb20_macosx64
+curl -kLO https://obs-nightly.s3-us-west-2.amazonaws.com/cef_binary_3.2987.1588.g1952835_macosx64.tar.bz2 -f --retry 5 -C -
+tar -xf ./cef_binary_3.2987.1588.g1952835_macosx64.tar.bz2
+cd ./cef_binary_3.2987.1588.g1952835_macosx64
 mkdir build
 cd ./build
 cmake -DCMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++" -DCMAKE_EXE_LINKER_FLAGS="-std=c++11 -stdlib=libc++" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 ..

+ 1 - 1
plugins/obs-browser

@@ -1 +1 @@
-Subproject commit d28d7ee0623682985a76292b229b6352ad9ceecb
+Subproject commit 0e4c9e824bdbe4c5f9b684968eb85963e19a52a3