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 = [
|
desktopItems = [
|
||||||
(makeDesktopItem {
|
(makeDesktopItem {
|
||||||
name = "r2modman";
|
name = "r2modman";
|
||||||
exec = "r2modman";
|
exec = "r2modman %U";
|
||||||
icon = "r2modman";
|
icon = "r2modman";
|
||||||
desktopName = "r2modman";
|
desktopName = "r2modman";
|
||||||
comment = finalAttrs.meta.description;
|
comment = finalAttrs.meta.description;
|
||||||
categories = [ "Game" ];
|
categories = [ "Game" ];
|
||||||
|
mimeTypes = [ "x-scheme-handler/ror2mm" ];
|
||||||
keywords = [
|
keywords = [
|
||||||
"launcher"
|
"launcher"
|
||||||
"mod manager"
|
"mod manager"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue