]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add Project Zomboid support (#250)
authorSr.Estegosaurio <49443421+SrEstegosaurio@users.noreply.github.com>
Fri, 14 Apr 2023 15:13:24 +0000 (17:13 +0200)
committerGitHub <noreply@github.com>
Fri, 14 Apr 2023 15:13:24 +0000 (17:13 +0200)
programs/project-zomboid.json [new file with mode: 0644]

diff --git a/programs/project-zomboid.json b/programs/project-zomboid.json
new file mode 100644 (file)
index 0000000..d38b831
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "help": "Add the following startup parameters to the game on Steam:\n\n`-cachedir=~/.local/share/Zomboid`",
+            "movable": true,
+            "path": "$HOME/Zomboid"
+        }
+    ],
+    "name": "project zomboid"
+}
\ No newline at end of file