mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:35:59 +08:00
Correct stdout and stderr redirect location on Mac
This commit is contained in:
parent
bed74dab37
commit
90240af80f
@ -60,7 +60,7 @@ def get_cura_dir_path():
|
|||||||
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():
|
||||||
return os.path.expanduser("~/Library/Application Support/cura")
|
return os.path.expanduser("~/Library/Logs/cura")
|
||||||
|
|
||||||
|
|
||||||
if hasattr(sys, "frozen"):
|
if hasattr(sys, "frozen"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user