From 4b6446429237c868f44129a0c710d1d8babf7f07 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Aug 2026 20:10:10 +0200 Subject: [PATCH] fix: Pixel depth on Windows 2003 (#2199) --- src/sif.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sif.sh b/src/sif.sh index 399ed71c..bcb8dd55 100644 --- a/src/sif.sh +++ b/src/sif.sh @@ -794,8 +794,6 @@ writeSIF() { local timezone="${12}" local bitsPerPel=32 - [[ "$driver" == "2k3" ]] && bitsPerPel=16 - find "$target" -maxdepth 1 -type f -iname winnt.sif -delete || return 1 {