mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
Merge pull request #761 from DDRBoxman/osx
CI: actually call packagesbuild from the right place 😑
This commit is contained in:
@@ -9,7 +9,7 @@ export FILENAME=$FILE_DATE-$GIT_HASH-osx.pkg
|
||||
mkdir nightly
|
||||
cd ./build
|
||||
sudo python ../CI/install/osx/build_app.py
|
||||
packagesbuild ../CI/install/osx/CMakeLists.pkgproj
|
||||
../packagesbuild ../CI/install/osx/CMakeLists.pkgproj
|
||||
|
||||
sudo cp OBS.pkg ./$FILENAME
|
||||
sudo mv ./$FILENAME ../nightly
|
||||
|
||||
Reference in New Issue
Block a user