diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-27 00:17:50 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-27 01:08:56 +0100 |
commit | fa935f17408d7373b9419bf19b9cecc48f363765 (patch) | |
tree | 8c8ac112bf0087debd90d844adb6c41e9cf60e31 /bin | |
parent | 20c10e8ed1d3710cb83367ca18202e7f160f2506 (diff) | |
download | zmk-config-fa935f17408d7373b9419bf19b9cecc48f363765.tar.gz zmk-config-fa935f17408d7373b9419bf19b9cecc48f363765.zip |
ps2
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.sh b/bin/build.sh index 330f0d3..04603be 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -90,7 +90,7 @@ while [[ $# -gt 0 ]]; do done # Set defaults -[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.2" +[[ -z $ZEPHYR_VERSION ]] && ZEPHYR_VERSION="3.5-branch" [[ -z $OUTPUT_DIR ]] && OUTPUT_DIR="$HOME/Downloads" [[ -z $LOG_DIR ]] && LOG_DIR="/tmp" |