Update sif.sh

This commit is contained in:
Kroese
2026-09-01 18:14:00 +02:00
committed by GitHub
parent f801d034f3
commit 8d8d38f1d0
+1 -3
View File
@@ -311,9 +311,7 @@ addVMSVGADriver() {
return 1
fi
local files="vmx_svgaver.dll vmx_svga.cat vmx_mode.dll vmx_svga.sys vmwogl32.dll vmx_fb.dll vmx_svga.inf"
[[ "$vmsvga_arch" == "x64" ]] && files+=" vmwogl64.dll"
local files="vmx_svgaver.dll vmx_svga.cat vmx_mode.dll vmx_svga.sys vmx_fb.dll vmx_svga.inf"
local file
for file in $files; do