Unverified Commit 9f4fda9f authored by h7x4's avatar h7x4
Browse files

vintagestory: fix `desktopItems`

parent 5a8577b4
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -48,14 +48,16 @@ stdenv.mkDerivation rec {
    libXi
  ]));

  desktopItems = makeDesktopItem {
  desktopItems = [
    (makeDesktopItem {
      name = "vintagestory";
      desktopName = "Vintage Story";
      exec = "vintagestory";
      icon = "vintagestory";
      comment = "Innovate and explore in a sandbox world";
      categories = [ "Game" ];
  };
    })
  ];

  installPhase = ''
    runHook preInstall