Commit b4fc3f72 authored by Jacob Moody's avatar Jacob Moody
Browse files

runelite: add updateScript

parent 835ce945
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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/";