feat(ui): add xdg-utils as Linux package dependency

xdg-open is used to open URLs (SSO auth) and file manager paths
(debug bundle reveal) on Linux.
This commit is contained in:
Zoltán Papp
2026-06-11 18:53:14 +02:00
parent 1d64404a74
commit 01424cada2

View File

@@ -28,6 +28,7 @@ contents:
depends:
- libgtk-4-1
- libwebkitgtk-6.0-4
- xdg-utils
# Distribution-specific overrides for different package formats
overrides:
@@ -36,12 +37,14 @@ overrides:
depends:
- gtk4
- webkitgtk6.0
- xdg-utils
# Arch Linux packages
archlinux:
depends:
- gtk4
- webkitgtk-6.0
- xdg-utils
# scripts section to ensure desktop database is updated after install
scripts: