I deleted my .config directory cause of this

This commit is contained in:
Madars Batraks 2024-05-13 01:10:10 +03:00
parent d6c4eea24f
commit b5f32d0044

View File

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