Unverified Commit c3c32b29 authored by Marcin Serwin's avatar Marcin Serwin
Browse files

orthorobot: make the desktop entry more detailed



Signed-off-by: default avatarMarcin Serwin <marcin@serwin.dev>
parent 32f21bc9
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -34,10 +34,14 @@ stdenv.mkDerivation (finalAttrs: {
      name = "orthorobot";
      exec = "orthorobot";
      icon = icon;
      comment = "Robot game";
      comment = "A perspective based puzzle game, where you flatten the view to move across gaps";
      desktopName = "Orthorobot";
      genericName = "orthorobot";
      categories = [ "Game" ];
      genericName = "Perspective puzzle game";
      categories = [
        "Game"
        "LogicGame"
      ];
      singleMainWindow = true;
    })
  ];