🔨 Scripted build/archive multiple envs

This commit is contained in:
Scott Lahteine
2024-12-15 16:04:23 -06:00
parent dcc10565f8
commit d5dfd18c24
5 changed files with 149 additions and 64 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ if ((AUTO_BUILD)); then
fi
else
echo "Detected \"$BDESC\" | $MB ($BNUM)."
[[ $CHOICE > $ECOUNT ]] && { echo "Environment selection out of range." ; exit 1 ; }
[[ $CHOICE > $ECOUNT ]] && { echo "Environment selection out of range." ; exit 66 ; }
fi
TARGET="${ENVS[$CHOICE-1]}"
if [[ $MB == 'SIMULATED' && $TARGET == 'linux_native' ]]; then