fix: Ignore answer file for Windows XP

This commit is contained in:
Kroese 2024-05-16 06:27:13 +02:00 committed by GitHub
parent f021b1f397
commit 88e0f9b1f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -853,6 +853,8 @@ updateImage() {
local dat="${file/.xml/.dat}"
local desc path src loc xml index result
[[ "${DETECTED,,}" == "winxp"* ]] && return 0
if [ ! -s "$asset" ] || [ ! -f "$asset" ]; then
asset=""
if [[ "$MANUAL" != [Yy1]* ]]; then