From 27e2b8ad7c231d5dec024153cea14eddc3da99f9 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Thu, 10 Oct 2024 12:59:54 +0200 Subject: [PATCH] Add program JSON for install4j (#437) --- programs/install4j.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/install4j.json diff --git a/programs/install4j.json b/programs/install4j.json new file mode 100644 index 0000000..38c43ae --- /dev/null +++ b/programs/install4j.json @@ -0,0 +1,10 @@ +{ + "name": "install4j", + "files": [ + { + "path": "$HOME/.install4j", + "movable": false, + "help": "XDG is supported out-of-the-box for newer versions of *install4j*,\nbut apps using old versions of it will continue to use the old location.\n\nYou can delete the file without harm, but it might be regenerated.\n" + } + ] +}