diff options
| -rwxr-xr-x | scripts/publish-macosx.sh | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index b0cf3a5..ccfeb3d 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -15,6 +15,9 @@ PATH=${PATH//\/opt\/local\/libexec\/ccache:}  # This is the same location as DEPLOYDIR in macosx-build-dependencies.sh  export OPENSCAD_LIBRARIES=$PWD/../libraries/install +# Make sure that the correct Qt tools are used +export PATH=$OPENSCAD_LIBRARIES/bin:$PATH +  `dirname $0`/release-common.sh -v $VERSION $COMMIT  if [[ $? != 0 ]]; then    exit 1 | 
