From 262d7d5205400a0fe75228461c6bf8d6cdd4df2e Mon Sep 17 00:00:00 2001 From: JustOptimize Date: Wed, 21 Sep 2022 18:45:29 +0200 Subject: [PATCH] Add Lunar Client (#179) --- programs/lunarclient.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/lunarclient.json diff --git a/programs/lunarclient.json b/programs/lunarclient.json new file mode 100644 index 0000000..ff8988a --- /dev/null +++ b/programs/lunarclient.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.lunarclient", + "movable": false, + "help": "Currently unsupported. Perhaps it will be in the future.\n" + } + ], + "name": "Lunar Client" +} \ No newline at end of file -- 2.47.3