windows/build.bash: Fix error message

Fixes: 1ee716f740
This commit is contained in:
Lasse Collin 2025-01-22 16:55:09 +02:00
parent 4eae859ae8
commit a04b9dd0c7
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
1 changed files with 1 additions and 1 deletions

View File

@ -228,8 +228,8 @@ do
[ -x "$SEVENZ" ] && break
done
VER=$(sh build-aux/version.sh)
if [ -x "$SEVENZ" ]; then
VER=$(sh build-aux/version.sh)
cd pkg
"$SEVENZ" a -tzip ../xz-$VER-windows.zip *
"$SEVENZ" a ../xz-$VER-windows.7z *