Browse Source

add hardware wallets to pyinstaller analysis

283
ThomasV 9 years ago
parent
commit
8f62cdc506
  1. 2
      contrib/build-wine/deterministic.spec

2
contrib/build-wine/deterministic.spec

@ -15,6 +15,8 @@ a = Analysis([home+'electrum',
home+'plugins/cosigner_pool.py',
home+'plugins/email_requests.py',
home+'plugins/trezor.py',
home+'plugins/keepkey.py',
home+'plugins/btchipwallet.py',
home+'packages/requests/utils.py'
],
pathex=[home+'lib', home+'gui', home+'plugins', home+'packages'],

Loading…
Cancel
Save