oops
This commit is contained in:
parent
4356619a3c
commit
1c7487d791
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ app = None
|
||||||
isWindows = sys.platform.startswith('win')
|
isWindows = sys.platform.startswith('win')
|
||||||
|
|
||||||
if isWindows:
|
if isWindows:
|
||||||
settingsLocation = path.join(os.getenv("APPDATA"), "Lynnear Software", "bypeeb")
|
settingsLocation = path.join(os.getenv("APPDATA"), "Lynnear Software", "buypeeb")
|
||||||
else:
|
else:
|
||||||
settingsLocation = path.expanduser("~/.config/Lynnear Software/buypeeb/") # dotfiles in ~ need to die. begone dot
|
settingsLocation = path.expanduser("~/.config/Lynnear Software/buypeeb/") # dotfiles in ~ need to die. begone dot
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue