fix: Set defaults for NT5 animations (#2193)

This commit is contained in:
Kroese
2026-08-26 02:49:32 +02:00
committed by GitHub
parent 27f5a75ec3
commit 66998948c3
2 changed files with 115 additions and 212 deletions
+3 -1
View File
@@ -1422,7 +1422,9 @@ addDrivers() {
warn "Windows version unknown, falling back to $desc drivers..."
fi
if ! bsdtar -xf /var/drivers.txz -C "$drivers"; then
if ! bsdtar -xf /var/drivers.txz -C "$drivers" \
--exclude='win9x' --exclude='sata' --exclude='qbochs' \
--exclude='vmsvga'; then
error "Failed to extract drivers from archive!" && return 1
fi