From e65812339d317b545ff4a329fd0b0f5245badc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Tue, 28 Jul 2026 14:04:28 +0200 Subject: [PATCH] [client] Require netbird >= 0.75.0 in the Linux UI packages --- .goreleaser_ui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser_ui.yaml b/.goreleaser_ui.yaml index 4919fcc8e..16a1a75a3 100644 --- a/.goreleaser_ui.yaml +++ b/.goreleaser_ui.yaml @@ -87,7 +87,7 @@ nfpms: - src: client/ui/build/appicon.png dst: /usr/share/pixmaps/netbird.png dependencies: - - netbird + - netbird (>= 0.75.0) - libgtk-4-1 (>= 4.14) - libwebkitgtk-6.0-4 @@ -110,7 +110,7 @@ nfpms: - src: client/ui/build/appicon.png dst: /usr/share/pixmaps/netbird.png dependencies: - - netbird + - netbird >= 0.75.0 - (gtk4 >= 4.14 or libgtk-4-1 >= 4.14) - (webkitgtk6.0 or libwebkitgtk-6_0-4)