From b5f32d004402cc672032b06078d8b950c89beb65 Mon Sep 17 00:00:00 2001 From: Madars Batraks Date: Mon, 13 May 2024 01:10:10 +0300 Subject: [PATCH] I deleted my .config directory cause of this --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"