fix: Pixel depth on Windows 2003 (#2199)

This commit is contained in:
Kroese
2026-08-29 20:10:10 +02:00
committed by GitHub
parent f2f4d941a7
commit 4b64464292
-2
View File
@@ -794,8 +794,6 @@ writeSIF() {
local timezone="${12}" local timezone="${12}"
local bitsPerPel=32 local bitsPerPel=32
[[ "$driver" == "2k3" ]] && bitsPerPel=16
find "$target" -maxdepth 1 -type f -iname winnt.sif -delete || return 1 find "$target" -maxdepth 1 -type f -iname winnt.sif -delete || return 1
{ {