]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
From the depths (#489)
authorAva Harris <40039652+ava5627@users.noreply.github.com>
Fri, 25 Jul 2025 19:47:23 +0000 (14:47 -0500)
committerGitHub <noreply@github.com>
Fri, 25 Jul 2025 19:47:23 +0000 (21:47 +0200)
programs/from-the-depths.json [new file with mode: 0644]

diff --git a/programs/from-the-depths.json b/programs/from-the-depths.json
new file mode 100644 (file)
index 0000000..633e52b
--- /dev/null
@@ -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"
+}