AUTOFIX for MacOS?

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2021-05-17 13:59:31 +00:00
parent 20ad513fae
commit d054e1dd3e

View file

@ -84,7 +84,12 @@ def autofix(Modules):
print("Executing:", command , "\033[1;m")
os.system(command)
elif ostype == "Darwin": # MacOS
print("\033[1;43m")
command = "brew install pygobject3 gtk+3"
print("Executing:", command , "\033[1;m")
os.system(command)
else:
# If it's not linux.