From b4cf4ccd476b3ea87a58252bff09ecbc73a7aa19 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 7 May 2024 15:18:07 +0100 Subject: [PATCH] Add PokeMMO (#401) --- programs/pokemmo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 programs/pokemmo.json diff --git a/programs/pokemmo.json b/programs/pokemmo.json new file mode 100644 index 0000000..db65654 --- /dev/null +++ b/programs/pokemmo.json @@ -0,0 +1,11 @@ +{ + "name": "pokemmo", + "files": [ + { + "path": "$HOME/.pokemmo", + "movable": true, + "help": "Supported by default, you can move this directory to _$XDG_DATA_HOME/pokemmo_.\n" + } + ] +} + -- 2.47.3