Tweaked docs_gen.py to look for git and openscad in PATH.

This commit is contained in:
Revar Desmera 2019-12-07 17:20:15 -08:00
parent 8712d246c9
commit 503829f2c7
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,58];
BOSL_VERSION = [2,0,59];
// Section: BOSL Library Version Functions