From 2a6240221ce022e7924436cb4ee04f0f7173d4cc Mon Sep 17 00:00:00 2001 From: Theogen Ratkin Date: Tue, 2 Aug 2022 19:37:09 -0400 Subject: [PATCH] Add Ren'Py (#149) --- programs/renpy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/renpy.json diff --git a/programs/renpy.json b/programs/renpy.json new file mode 100644 index 0000000..ed297fb --- /dev/null +++ b/programs/renpy.json @@ -0,0 +1,10 @@ +{ + "name": "Ren'Py", + "files": [ + { + "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." + } + ] +} -- 2.47.3