mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -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():
|
||||
if Platform.isWindows():
|
||||
return os.path.expanduser("~/AppData/Local/cura/")
|
||||
return os.path.expanduser("~/AppData/Roaming/cura/")
|
||||
elif Platform.isLinux():
|
||||
return os.path.expanduser("~/.local/share/cura")
|
||||
elif Platform.isOSX():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue