From 503829f2c7d6d9c358751a4b74e660692a70872f Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sat, 7 Dec 2019 17:20:15 -0800 Subject: [PATCH] Tweaked docs_gen.py to look for git and openscad in PATH. --- scripts/docs_gen.py | 4 ++-- version.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/docs_gen.py b/scripts/docs_gen.py index e9ad7b5b..4759a249 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 6606f9f3..c9011b81 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