diff --git a/cura_app.py b/cura_app.py index 2e406f99d3..ef9190a1fe 100755 --- a/cura_app.py +++ b/cura_app.py @@ -60,7 +60,7 @@ def get_cura_dir_path(): elif Platform.isLinux(): return os.path.expanduser("~/.local/share/cura") elif Platform.isOSX(): - return os.path.expanduser("~/Library/Application Support/cura") + return os.path.expanduser("~/Library/Logs/cura") if hasattr(sys, "frozen"):