Merge pull request #107224 from petabyteboy/feature/xonotic-fix-desktop-item

xonotic: fix desktop item
This commit is contained in:
Pavol Rusnak 2020-12-19 23:51:38 +01:00 committed by GitHub
commit 0c3a7f97fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ let
desktopItem = makeDesktopItem {
name = "xonotic";
exec = "$out/bin/xonotic";
exec = "xonotic";
comment = meta.description;
desktopName = "Xonotic";
categories = "Game;Shooter;";