Merge pull request #3520 from 3d-gussner/MK3_build_v108

Use PF-build-env 1.0.8
This commit is contained in:
3d-gussner 2022-07-05 17:21:04 +02:00 committed by GitHub
commit 1db9735654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/bin/bash
BUILD_ENV="1.0.7"
BUILD_ENV="1.0.8"
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
if [ ! -d "build-env" ]; then