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:
parent
96bdcc6b41
commit
b178a7efa1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ let
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
name = "ssb-patchwork";
|
name = "ssb-patchwork";
|
||||||
exec = "${binary}/bin/ssb-patchwork";
|
exec = "${binary}/bin/ssb-patchwork";
|
||||||
icon = "ssb-patchwork.png";
|
icon = "ssb-patchwork";
|
||||||
comment = "Client for the decentralized social network Secure Scuttlebutt";
|
comment = "Client for the decentralized social network Secure Scuttlebutt";
|
||||||
desktopName = "Patchwork";
|
desktopName = "Patchwork";
|
||||||
genericName = "Patchwork";
|
genericName = "Patchwork";
|
||||||
|
|
Loading…
Reference in a new issue