From 931ce3b3f017f6426b859604684ea636ffcdfef8 Mon Sep 17 00:00:00 2001 From: Ava Harris <40039652+ava5627@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:47:23 -0500 Subject: [PATCH] From the depths (#489) --- programs/from-the-depths.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/from-the-depths.json 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" +} -- 2.47.3