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"