Browse Source

cura_app: We store logs now at "Roaming"

Thomas Karl Pietrowski 7 years ago
parent
commit
e5096f731c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura_app.py

+ 1 - 1
cura_app.py

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