mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 14:36:39 +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":
|
if platform.system() == "Darwin":
|
||||||
OPENSCAD = "/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD"
|
OPENSCAD = "/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD"
|
||||||
GIT = "/usr/local/bin/git"
|
GIT = "git"
|
||||||
else:
|
else:
|
||||||
OPENSCAD = "/usr/local/bin/openscad"
|
OPENSCAD = "openscad"
|
||||||
GIT = "git"
|
GIT = "git"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,58];
|
BOSL_VERSION = [2,0,59];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user