fix: Lower the amount of RAM required for Win11 (#2090)

This commit is contained in:
Kroese
2026-08-07 04:51:59 +02:00
committed by GitHub
parent 314c6c1fc1
commit ef783b900b
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1476,8 +1476,8 @@ extractESD() {
return 1
fi
if (( count < 3 )); then
error "Invalid ESD file: expected at least 3 images, found $count."
if (( count < 4 )); then
error "Invalid ESD file: expected at least 4 images, found $count."
return 1
fi