From 650715efc68ee11df56b1f62808a3108e6e85c55 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 10 Jan 2008 00:49:32 +0000 Subject: [PATCH] Fix #450 --- windows_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows_installer.py b/windows_installer.py index 2b23806138..8774a91150 100644 --- a/windows_installer.py +++ b/windows_installer.py @@ -178,7 +178,7 @@ Section "Main" "secmain" SectionEnd -Section "Device Drivers" "secdd" +Section /o "Device Drivers" "secdd" SetOutPath "$INSTDIR\driver" File "${LIBUSB_DIR}\*.dll" File "${LIBUSB_DIR}\*.sys"