mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
r2modman: handle ror2mm:// links (#410692)
Allow r2modman to handle ror2mm:// This change allows users to install mods using the "Install with Mod Manager" button on Thunderstore
This commit is contained in:
parent
9858755c27
commit
772af2695b
1 changed files with 2 additions and 1 deletions
|
@ -95,11 +95,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "r2modman";
|
||||
exec = "r2modman";
|
||||
exec = "r2modman %U";
|
||||
icon = "r2modman";
|
||||
desktopName = "r2modman";
|
||||
comment = finalAttrs.meta.description;
|
||||
categories = [ "Game" ];
|
||||
mimeTypes = [ "x-scheme-handler/ror2mm" ];
|
||||
keywords = [
|
||||
"launcher"
|
||||
"mod manager"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue