From: V <150687949+vigress8@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:37:07 +0000 (+0400) Subject: Add solution for renpy (#355) X-Git-Tag: v0.2.0.2~1 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/219d9e37122d3e414cb1b55fee4cb33e18eb4705?ds=sidebyside Add solution for renpy (#355) --- diff --git a/programs/renpy.json b/programs/renpy.json index ed297fb..82f8bd4 100644 --- a/programs/renpy.json +++ b/programs/renpy.json @@ -4,7 +4,7 @@ { "path": "$HOME/.renpy", "movable": false, - "help": "Not going to be supported. See the relevant [issue](https://github.com/renpy/renpy/issues/1377).\n\nThere's a workaround in the comments that needs to be applied to every game." + "help": "Export the following environment variable:\n\n```export RENPY_PATH_TO_SAVES=\"$XDG_DATA_HOME\"```\n\n_See the official documentation_: https://www.renpy.org/doc/html/environment_variables.html\n\n" } ] }