From 4644d409aaf00b7d3b6864840f23e4c05c830322 Mon Sep 17 00:00:00 2001 From: "Sr.Estegosaurio" <49443421+SrEstegosaurio@users.noreply.github.com> Date: Fri, 14 Apr 2023 17:13:24 +0200 Subject: [PATCH] Add Project Zomboid support (#250) --- programs/project-zomboid.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/project-zomboid.json 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 -- 2.47.3