[Backport release-26.05] netbird: fix GUI application's XDG desktop file (#542830)

This commit is contained in:
K900
2026-07-17 06:37:34 +00:00
committed by GitHub

View File

@@ -340,7 +340,8 @@ in
substitute ${cfg.ui.package}/share/applications/netbird.desktop \
"$out/share/applications/${mkBin "netbird"}.desktop" \
--replace-fail 'Name=Netbird' "Name=NetBird @ ${client.service.name}" \
--replace-fail 'Icon=netbird' "Icon=${cfg.ui.package}/share/pixmaps/netbird.png"
--replace-fail 'Icon=netbird' "Icon=${cfg.ui.package}/share/icons/hicolor/256x256/apps/netbird.png" \
--replace-fail 'Exec=netbird-ui' "Exec=${mkBin "netbird-ui"}"
'')
];
};