Add vsmodinstall-handler

This commit is contained in:
Rafalb8
2025-09-03 09:05:47 +02:00
parent ab3a78d536
commit 9f28f25dac
+10
View File
@@ -62,6 +62,16 @@ stdenv.mkDerivation rec {
comment = "Innovate and explore in a sandbox world";
categories = [ "Game" ];
})
(makeDesktopItem {
name = "vsmodinstall-handler";
desktopName = "Vintage Story 1-click Mod Install Handler";
comment = "Handler for vintagestorymodinstall:// URI scheme";
exec = "vintagestory -i %u";
mimeTypes = [ "x-scheme-handler/vintagestorymodinstall" ];
noDisplay = true;
terminal = false;
})
];
installPhase = ''