Unverified Commit 7a283a4a authored by SchweGELBin's avatar SchweGELBin
Browse files

sm64coopdx: use `sm64coopdx` as desktopName

parent 1f2c3637
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
  desktopItems = [
    (makeDesktopItem {
      name = finalAttrs.pname;
      desktopName = "Super Mario 64 Coop Deluxe";
      desktopName = "sm64coopdx";
      exec = "sm64coopdx";
      icon = finalAttrs.pname;
      categories = [ "Game" ];