From 5e914f1acc5b0f9f2c8671f19b8d173ba94891f3 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:13:33 -0400 Subject: [PATCH] OBS-Studio: add 29.1.3 arm64 Debian Bookworm build --- apps/OBS Studio/install-64 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/OBS Studio/install-64 b/apps/OBS Studio/install-64 index 56e67476a6..962eccc6b1 100755 --- a/apps/OBS Studio/install-64 +++ b/apps/OBS Studio/install-64 @@ -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