change default config paths

pull/13/head
Mike Fährmann 8 years ago
parent d01b21c6c8
commit 3bcc697853
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -90,13 +90,13 @@ _config = {}
if platform.system() == "Windows":
_default_configs = [
r"~\.config\gallery-dl.conf",
r"~\.config\gallery-dl\config.json",
r"~\.gallery-dl.conf",
]
else:
_default_configs = [
"/etc/gallery-dl.conf",
"~/.config/gallery/config.json",
"~/.config/gallery-dl.conf",
"~/.config/gallery-dl/config.json",
"~/.gallery-dl.conf",
]

Loading…
Cancel
Save