obs-gamecapture-plugin/main32.sh
Ward Nakchbandi (Cosmic Fusion) 56c11fb974
2023-09-29 19:50:10 +03:00

19 lines
301 B
Bash
Executable File

#! /bin/bash
set -e
# Clone Upstream
git clone https://github.com/nowrep/obs-vkcapture
cp -rvf ./debian ./obs-vkcapture/
cd ./obs-vkcapture
# Get build deps
apt-get build-dep ./ -y
# Build package
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/