use %APPDATA%\gallery-dl for config/cache on Windows

This commit is contained in:
Mike Fährmann
2020-05-28 02:56:38 +02:00
parent 275cceeb6a
commit da22ea8ced
4 changed files with 11 additions and 9 deletions

View File

@@ -170,7 +170,7 @@ Configuration files for *gallery-dl* use a JSON-based file format.
+--------------------------------------------+------------------------------------------+
| Linux | Windows |
+--------------------------------------------+------------------------------------------+
|* ``/etc/gallery-dl.conf`` |* |
|* ``/etc/gallery-dl.conf`` |* ``%APPDATA%\gallery-dl\config.json`` |
|* ``${HOME}/.config/gallery-dl/config.json``|* ``%USERPROFILE%\gallery-dl\config.json``|
|* ``${HOME}/.gallery-dl.conf`` |* ``%USERPROFILE%\gallery-dl.conf`` |
+--------------------------------------------+------------------------------------------+