use %APPDATA%\gallery-dl for config/cache on Windows
This commit is contained in:
@@ -24,6 +24,7 @@ _config = {}
|
||||
|
||||
if util.WINDOWS:
|
||||
_default_configs = [
|
||||
r"%APPDATA%\gallery-dl\config.json",
|
||||
r"%USERPROFILE%\gallery-dl\config.json",
|
||||
r"%USERPROFILE%\gallery-dl.conf",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user