mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:43:44 +02:00
Fix #450
This commit is contained in:
parent
da1aaf9fb5
commit
650715efc6
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class NSISInstaller(object):
|
|||
|
||||
SectionEnd
|
||||
|
||||
Section "Device Drivers" "secdd"
|
||||
Section /o "Device Drivers" "secdd"
|
||||
SetOutPath "$INSTDIR\driver"
|
||||
File "${LIBUSB_DIR}\*.dll"
|
||||
File "${LIBUSB_DIR}\*.sys"
|
||||
|
|
|
|||
Loading…
Reference in a new issue