Skip to content

Commit

Permalink
OBS-Studio: Ubuntu Jammy build upgrade to CEF 101
Browse files Browse the repository at this point in the history
bisected to this being the latest version that works and not affected by CEF upstream bug chromiumembedded/cef#3565
  • Loading branch information
theofficialgman committed Sep 8, 2023
1 parent e53ee84 commit d87c338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/OBS Studio/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ elif [ "$__os_codename" == "bionic" ]; then
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" == "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-2-arm64-jammy.deb || exit 1
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
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 d87c338

Please sign in to comment.