Skip to content

Commit

Permalink
OBS-Studio: add 29.1.3 arm64 Debian Bookworm build
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Sep 8, 2023
1 parent d87c338 commit 5e914f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/OBS Studio/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ elif [ "$__os_codename" == "bionic" ]; then
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
elif [ "$__os_codename" == "bookworm" ]; then
# install bookworm version
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-29.1.3-1-arm64-bookworm.deb || exit 1
else
# note: bump this version to whatever the version of OBS-Studio we have precompiled debs for
# if the distro version is equal or newer, prefer it to our debs
Expand Down

0 comments on commit 5e914f1

Please sign in to comment.