mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Correct stdout and stderr redirect location on Mac
This commit is contained in:
parent
bed74dab37
commit
90240af80f
1 changed files with 1 additions and 1 deletions
|
@ -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"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue