[client] Ship a legacy GTK3 UI package for distros without WebKitGTK 6.0 (#7040)

Ship a legacy GTK3 UI package for distros without WebKitGTK 6.0
This commit is contained in:
Zoltan Papp
2026-08-06 12:13:20 +02:00
committed by GitHub
parent b2ae98f0fd
commit 98f8a24108
6 changed files with 311 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build linux && !(linux && 386)
//go:build linux && !gtk3 && !(linux && 386)
package main