From: Ava Harris <40039652+ava5627@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:47:23 +0000 (-0500) Subject: From the depths (#489) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/931ce3b3f017f6426b859604684ea636ffcdfef8 From the depths (#489) --- diff --git a/programs/from-the-depths.json b/programs/from-the-depths.json new file mode 100644 index 0000000..633e52b --- /dev/null +++ b/programs/from-the-depths.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "help": "Create the file _SaveLocation.txt_ in the steam installation directory (usually _~/.local/share/Steam/steamapps/common/From The Depths/_) containing the path to the save location.\n\nMake sure there is no trailing newline in the file.\n\n```bash\necho -n $XDG_DATA_HOME > SaveLocation.txt\n```\n", + "movable": true, + "path": "$HOME/From The Depths" + } + ], + "name": "From The Depths" +}