mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
cura_app: We store logs now at "Roaming"
This commit is contained in:
parent
6d190479ac
commit
e5096f731c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from UM.Platform import Platform
|
||||||
|
|
||||||
def get_cura_dir_path():
|
def get_cura_dir_path():
|
||||||
if Platform.isWindows():
|
if Platform.isWindows():
|
||||||
return os.path.expanduser("~/AppData/Local/cura/")
|
return os.path.expanduser("~/AppData/Roaming/cura/")
|
||||||
elif Platform.isLinux():
|
elif Platform.isLinux():
|
||||||
return os.path.expanduser("~/.local/share/cura")
|
return os.path.expanduser("~/.local/share/cura")
|
||||||
elif Platform.isOSX():
|
elif Platform.isOSX():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue