diff --git a/docker-build/build-windows.sh b/docker-build/build-windows.sh index 30e9fda..284a372 100755 --- a/docker-build/build-windows.sh +++ b/docker-build/build-windows.sh @@ -5,7 +5,7 @@ set -euo pipefail BUILD_INSTALLER=false # Check for --installer flag -if [[ "$1" == "--installer" ]]; then +if [[ "${1:-}" == "--installer" ]]; then BUILD_INSTALLER=true echo "[*] Installer build requested." fi