We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f5ee8 commit 5265cd5Copy full SHA for 5265cd5
contrib/build-wine/deterministic.spec
@@ -26,7 +26,6 @@ hiddenimports += collect_submodules('ckcc')
26
hiddenimports += collect_submodules('bitbox02')
27
hiddenimports += ['PyQt5.QtPrintSupport'] # needed by Revealer
28
29
-
30
binaries = []
31
32
# Workaround for "Retro Look":
@@ -50,6 +49,9 @@ datas += collect_data_files('btchip')
50
49
datas += collect_data_files('keepkeylib')
51
datas += collect_data_files('ckcc')
52
datas += collect_data_files('bitbox02')
+datas += collect_data_files('eth_abi')
53
+datas += collect_data_files('eth_utils')
54
+datas += collect_data_files('eth_hash')
55
56
# We don't put these files in to actually include them in the script but to make the Analysis method scan them for imports
57
a = Analysis([home+'run_electrum',
0 commit comments