Skip to content

Commit

Permalink
fixed: libusb0.dll wasn't included in the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Jul 13, 2020
1 parent 29d82c8 commit 76551ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/nsis/sections.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ Section "Adapter Firmware" SecFwUpgrade
ExecWait '"$INSTDIR\driver\p8-usbcec-bootloader-driver-installer.exe" /S'

SetOutPath "$INSTDIR"
File "..\build\libusb0.dll"
NSISdl::download https://p8.opdenkamp.eu/cec/cec-firmware-latest.exe cec-firmware-latest.exe

CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Firmware Upgrade.lnk" "$INSTDIR\cec-firmware-latest.exe" \
Expand Down

0 comments on commit 76551ea

Please sign in to comment.