Skip to content

Commit 5265cd5

Browse files
committed
build wine: add hiddenimports
1 parent 31f5ee8 commit 5265cd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/build-wine/deterministic.spec

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ hiddenimports += collect_submodules('ckcc')
2626
hiddenimports += collect_submodules('bitbox02')
2727
hiddenimports += ['PyQt5.QtPrintSupport'] # needed by Revealer
2828

29-
3029
binaries = []
3130

3231
# Workaround for "Retro Look":
@@ -50,6 +49,9 @@ datas += collect_data_files('btchip')
5049
datas += collect_data_files('keepkeylib')
5150
datas += collect_data_files('ckcc')
5251
datas += collect_data_files('bitbox02')
52+
datas += collect_data_files('eth_abi')
53+
datas += collect_data_files('eth_utils')
54+
datas += collect_data_files('eth_hash')
5355

5456
# We don't put these files in to actually include them in the script but to make the Analysis method scan them for imports
5557
a = Analysis([home+'run_electrum',

0 commit comments

Comments
 (0)