diff --git a/scripts/docs_gen.py b/scripts/docs_gen.py index e9ad7b5..4759a24 100755 --- a/scripts/docs_gen.py +++ b/scripts/docs_gen.py @@ -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" diff --git a/version.scad b/version.scad index 6606f9f..c9011b8 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,58]; +BOSL_VERSION = [2,0,59]; // Section: BOSL Library Version Functions