Update main.sh

This commit is contained in:
ferrreo 2023-04-28 18:16:31 +01:00 committed by GitHub
parent 7aa5a743c5
commit 30dd1ccbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,14 @@ git clone --recursive https://github.com/obsproject/obs-studio.git
#cp -rvf ./debian ./obs-studio/
#cp -rvf ./build_dependencies ./obs-studio/
cd ./obs-studio
./CI/build-linux.sh
#for i in ../patches/*; do patch -Np1 -i $i ;done
# Get build deps
apt-get build-dep ./ -y
./CI/build-linux.sh
# Build package
dpkg-buildpackage