From: Sr.Estegosaurio <49443421+SrEstegosaurio@users.noreply.github.com> Date: Fri, 14 Apr 2023 15:13:24 +0000 (+0200) Subject: Add Project Zomboid support (#250) X-Git-Tag: v0.2.0.2~66 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/4644d409aaf00b7d3b6864840f23e4c05c830322 Add Project Zomboid support (#250) --- diff --git a/programs/project-zomboid.json b/programs/project-zomboid.json new file mode 100644 index 0000000..d38b831 --- /dev/null +++ b/programs/project-zomboid.json @@ -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