From 672a1fa26a0dd6aa424742150570d776292791e1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 10 Jan 2008 00:50:13 +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 8774a91150..c45c670b2b 100644 --- a/windows_installer.py +++ b/windows_installer.py @@ -178,7 +178,7 @@ Section "Main" "secmain" SectionEnd -Section /o "Device Drivers" "secdd" +Section /o "Device Drivers (only needed for PRS500)" "secdd" SetOutPath "$INSTDIR\driver" File "${LIBUSB_DIR}\*.dll" File "${LIBUSB_DIR}\*.sys"