]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #291 from TinfoilSubmarine/minetest
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Mon, 31 Jul 2023 03:49:35 +0000 (05:49 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Jul 2023 03:49:35 +0000 (05:49 +0200)
programs/minetest.json [new file with mode: 0644]

diff --git a/programs/minetest.json b/programs/minetest.json
new file mode 100644 (file)
index 0000000..72c794f
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "minetest",
+    "files": [
+        {
+            "path": "$HOME/.minetest",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport MINETEST_USER_PATH=\"$XDG_DATA_HOME\"/minetest\n```\n"
+        }
+    ]
+}