cura_app: We store logs now at "Roaming"

This commit is contained in:
Thomas Karl Pietrowski 2017-12-08 14:58:24 +01:00 committed by GitHub
parent 6d190479ac
commit e5096f731c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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():