From: Christian Koop Date: Thu, 10 Oct 2024 10:59:54 +0000 (+0200) Subject: Add program JSON for install4j (#437) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/27e2b8ad7c231d5dec024153cea14eddc3da99f9 Add program JSON for install4j (#437) --- 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" + } + ] +}