ssb-patchwork: refactor

This commit supresses an error message during the install.

`makeDesktopItem.icon` may not contain a file extension when using
relative paths.

Tested on 23.11 with Plasma 5.
This commit is contained in:
Jan Likar 2024-03-02 15:15:31 +01:00 committed by Félix
parent 96bdcc6b41
commit b178a7efa1

View File

@ -22,7 +22,7 @@ let
desktopItem = makeDesktopItem {
name = "ssb-patchwork";
exec = "${binary}/bin/ssb-patchwork";
icon = "ssb-patchwork.png";
icon = "ssb-patchwork";
comment = "Client for the decentralized social network Secure Scuttlebutt";
desktopName = "Patchwork";
genericName = "Patchwork";