runelite: add updateScript

This commit is contained in:
Jacob Moody 2023-11-09 08:44:34 -06:00
parent 835ce94566
commit b4fc3f72d9

View File

@ -5,6 +5,7 @@
, maven
, jre
, xorg
, gitUpdater
}:
maven.buildMavenPackage rec {
@ -45,6 +46,8 @@ maven.buildMavenPackage rec {
--add-flags "-jar $out/share/RuneLite.jar"
'';
passthru.updateScript = gitUpdater { };
meta = {
description = "Open source Old School RuneScape client";
homepage = "https://runelite.net/";