]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/aria2.json
Add flutter (#208)
[xdg-ninja.git] / programs / aria2.json
index 26ad0fe4b0946d2f90cf42a6564359eb40c9c2ba..0d4d12716890c87af2d578dc6076dec5c3d43c9d 100644 (file)
@@ -1,10 +1,15 @@
 {
-    "name": "aria2",
+    "name": "aria2_dir",
     "files": [
         {
-            "path": "$HOME/.aria2",
+            "path": "${HOME}/.aria2/dht.dat",
             "movable": true,
-            "help": "Supported since commit _8bc1d37_.\n\nYou can move the configuration file to _XDG_CONFIG_HOME/aria2/aria2.conf_.\n\nYou can move the cache files to _XDG_CACHE_HOME/aria2_.\n"
+            "help": "Supported\n\nThe file ${HOME}/.aria2/dht.dat can be moved to ${XDG_CACHE_HOME}/aria2/dht.dat.\n"
+        },
+        {
+            "path": "${HOME}/.aria2/aria.conf",
+            "movable": true,
+            "help": "Supported\n\nThe file ${HOME}/.aria2/aria.conf can be moved to ${XDG_CONFIG_HOME}/aria2/aria2.conf.\n"
         }
     ]
 }