diff --git a/example-configs/qubes-os-master.conf b/example-configs/qubes-os-master.conf index 136bbb60d..3a4104e11 100644 --- a/example-configs/qubes-os-master.conf +++ b/example-configs/qubes-os-master.conf @@ -65,6 +65,7 @@ COMPONENTS ?= \ app-shutdown-idle \ app-yubikey \ app-u2f \ + video-companion \ screenshot-helper \ $(MGMT_COMPONENTS) \ infrastructure \ diff --git a/example-configs/qubes-os-r4.1.conf b/example-configs/qubes-os-r4.1.conf index c8482ac2d..2560286aa 100644 --- a/example-configs/qubes-os-r4.1.conf +++ b/example-configs/qubes-os-r4.1.conf @@ -64,6 +64,7 @@ COMPONENTS ?= \ app-shutdown-idle \ app-yubikey \ app-u2f \ + video-companion \ screenshot-helper \ $(MGMT_COMPONENTS) \ infrastructure \ @@ -150,6 +151,7 @@ BRANCH_app_linux_snapd_helper = master BRANCH_app_shutdown_idle = master BRANCH_app_yubikey = master BRANCH_app_u2f = master +BRANCH_video_companion = main BRANCH_builder = master BRANCH_builder_rpm = master BRANCH_builder_debian = master