change default config paths
This commit is contained in:
parent
d01b21c6c8
commit
3bcc697853
@ -90,13 +90,13 @@ _config = {}
|
|||||||
|
|
||||||
if platform.system() == "Windows":
|
if platform.system() == "Windows":
|
||||||
_default_configs = [
|
_default_configs = [
|
||||||
r"~\.config\gallery-dl.conf",
|
r"~\.config\gallery-dl\config.json",
|
||||||
r"~\.gallery-dl.conf",
|
r"~\.gallery-dl.conf",
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
_default_configs = [
|
_default_configs = [
|
||||||
"/etc/gallery-dl.conf",
|
"/etc/gallery-dl.conf",
|
||||||
"~/.config/gallery/config.json",
|
"~/.config/gallery/config.json",
|
||||||
"~/.config/gallery-dl.conf",
|
"~/.config/gallery-dl/config.json",
|
||||||
"~/.gallery-dl.conf",
|
"~/.gallery-dl.conf",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user