forked from mirrors/nixpkgs
Merge pull request #107224 from petabyteboy/feature/xonotic-fix-desktop-item
xonotic: fix desktop item
This commit is contained in:
commit
0c3a7f97fd
|
@ -45,7 +45,7 @@ let
|
||||||
|
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
name = "xonotic";
|
name = "xonotic";
|
||||||
exec = "$out/bin/xonotic";
|
exec = "xonotic";
|
||||||
comment = meta.description;
|
comment = meta.description;
|
||||||
desktopName = "Xonotic";
|
desktopName = "Xonotic";
|
||||||
categories = "Game;Shooter;";
|
categories = "Game;Shooter;";
|
||||||
|
|
Loading…
Reference in a new issue