Correct stdout and stderr redirect location on Mac

This commit is contained in:
Lipu Fei 2017-09-05 07:54:20 +02:00
parent bed74dab37
commit 90240af80f

View file

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