From 8f62cdc50664e681a8ecac3104c838359fb38a86 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 30 Oct 2015 16:42:40 +0100 Subject: [PATCH] add hardware wallets to pyinstaller analysis --- contrib/build-wine/deterministic.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/build-wine/deterministic.spec b/contrib/build-wine/deterministic.spec index 9c590f68..6dc8d0cd 100644 --- a/contrib/build-wine/deterministic.spec +++ b/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'],