tadd hardware wallets to pyinstaller analysis - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 8f62cdc50664e681a8ecac3104c838359fb38a86 DIR parent 6bb616954154d62d24b79083e86f2049d7daed77 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 30 Oct 2015 16:42:40 +0100 add hardware wallets to pyinstaller analysis Diffstat: M contrib/build-wine/deterministic.s… | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- DIR diff --git a/contrib/build-wine/deterministic.spec b/contrib/build-wine/deterministic.spec t@@ -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'],