Explorar o código

Merge pull request #766 from DDRBoxman/osx

CI: Move browser source before building app
Jim %!s(int64=8) %!d(string=hai) anos
pai
achega
43e4a2e939
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      CI/before-deploy-osx.sh

+ 4 - 0
CI/before-deploy-osx.sh

@@ -3,7 +3,11 @@ export FILE_DATE=$(date +%Y-%m-%d.%H:%M:%S)
 export FILENAME=$FILE_DATE-$GIT_HASH-osx.pkg
 mkdir nightly
 cd ./build
+mv ./rundir/RelWithDebInfo/obs-plugins/CEF.app ./
+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/
 packagesbuild ../CI/install/osx/CMakeLists.pkgproj
 
 sudo cp OBS.pkg ./$FILENAME