1
0

Add libusb dll to Windows binary

So that Trezor still works...

Closes: #3931
This commit is contained in:
Johann Bauer
2018-02-21 01:39:57 +01:00
parent fcae5eaa92
commit 78a9424c48
2 changed files with 11 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ a = Analysis([home+'electrum',
home+'plugins/ledger/qt.py',
#home+'packages/requests/utils.py'
],
binaries=[("c:/python3.5.4/libusb-1.0.dll", ".")],
datas=datas,
#pathex=[home+'lib', home+'gui', home+'plugins'],
hiddenimports=hiddenimports,