diff --git a/config.py b/config.py index 872f9f3..9fbf0a6 100644 --- a/config.py +++ b/config.py @@ -4,7 +4,7 @@ config = { "discordUrl" : "https://discord.com/api/download?platform=linux&format=tar.gz", "asarUrl" : "https://github.com/GooseMod/OpenAsar/releases/download/nightly/app.asar", "tmpDir" : "/tmp/dup/", - "confDir" : os.path.expanduser("~") + "/.config/", + "confDir" : os.path.expanduser("~") + "/.config/dup", "installDir" : os.path.expanduser("~") + "/.local/lib/Discord", "linkDir" : os.path.expanduser("~") + "/.local/bin/Discord", "localDir" : os.path.expanduser("~") + "/.local/share/dup"