Skip to content

Commit

Permalink
OBS-Studio: add 29.1.3 arm64 Ubuntu Focal build
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Sep 8, 2023
1 parent 5e914f1 commit 0b67646
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/OBS Studio/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ elif [ "$__os_codename" == "bionic" ]; then
ubuntu_ppa_installer "okirby/qt6-backports"

install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-28.1.2-1-arm64-bionic.deb || exit 1
elif [ "$__os_codename" == "focal" ]; then
# install focal version
apt_lock_wait
ubuntu_ppa_installer "okirby/qt6-backports"

install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-29.1.3-1-arm64-focal.deb || exit 1
elif [ "$__os_codename" == "jammy" ]; then
# install jammy version
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-29.1.3-3-arm64-jammy.deb || exit 1
Expand Down

0 comments on commit 0b67646

Please sign in to comment.