From fce6d3c3be9693cbd6fa7622b2789b30105407ca Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 11 Jul 2022 04:05:53 +0100 Subject: runescape-launcher: add .desktop file --- pkgs/games/runescape-launcher/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/games/runescape-launcher/default.nix b/pkgs/games/runescape-launcher/default.nix index e671e5589b826..75ed66c01e004 100644 --- a/pkgs/games/runescape-launcher/default.nix +++ b/pkgs/games/runescape-launcher/default.nix @@ -103,6 +103,13 @@ in ]; multiPkgs = pkgs: [ libGL ]; runScript = "runescape-launcher"; + extraInstallCommands = '' + mkdir -p "$out/share/applications" + cp ${runescape}/share/applications/runescape-launcher.desktop "$out/share/applications" + cp -r ${runescape}/share/icons "$out/share/icons" + substituteInPlace "$out/share/applications/runescape-launcher.desktop" \ + --replace "/usr/bin/runescape-launcher" "RuneScape" + ''; meta = with lib; { description = "RuneScape Game Client (NXT) - Launcher for RuneScape 3"; -- cgit 1.4.1