mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 05:50:16 +02:00
Tweaked docs_gen.py to look for git and openscad in PATH.
This commit is contained in:
@@ -20,9 +20,9 @@ from PIL import Image, ImageChops
|
||||
|
||||
if platform.system() == "Darwin":
|
||||
OPENSCAD = "/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD"
|
||||
GIT = "/usr/local/bin/git"
|
||||
GIT = "git"
|
||||
else:
|
||||
OPENSCAD = "/usr/local/bin/openscad"
|
||||
OPENSCAD = "openscad"
|
||||
GIT = "git"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user