Upgrade to Zephyr 3.5
This commit is contained in:
parent
9f9fc0600e
commit
b5212cbba5
7 changed files with 19 additions and 53 deletions
|
@ -77,7 +77,7 @@ while [[ $# -gt 0 ]]; do
|
|||
done
|
||||
|
||||
# Set defaults
|
||||
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.2"
|
||||
[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.5"
|
||||
[[ -z $RUNWITH_DOCKER ]] && RUNWITH_DOCKER="true"
|
||||
|
||||
[[ -z $OUTPUT_DIR ]] && OUTPUT_DIR="$WINHOME/Downloads"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue