Browse Source
pyinstaller binaries: include files needed by new jsonrpc libs
fixes #5599
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
2 changed files with
4 additions and
0 deletions
-
contrib/build-wine/deterministic.spec
-
contrib/osx/osx.spec
|
@ -50,6 +50,8 @@ datas += collect_data_files('safetlib') |
|
|
datas += collect_data_files('btchip') |
|
|
datas += collect_data_files('btchip') |
|
|
datas += collect_data_files('keepkeylib') |
|
|
datas += collect_data_files('keepkeylib') |
|
|
datas += collect_data_files('ckcc') |
|
|
datas += collect_data_files('ckcc') |
|
|
|
|
|
datas += collect_data_files('jsonrpcserver') |
|
|
|
|
|
datas += collect_data_files('jsonrpcclient') |
|
|
|
|
|
|
|
|
# We don't put these files in to actually include them in the script but to make the Analysis method scan them for imports |
|
|
# We don't put these files in to actually include them in the script but to make the Analysis method scan them for imports |
|
|
a = Analysis([home+'run_electrum', |
|
|
a = Analysis([home+'run_electrum', |
|
|
|
@ -84,6 +84,8 @@ datas += collect_data_files('safetlib') |
|
|
datas += collect_data_files('btchip') |
|
|
datas += collect_data_files('btchip') |
|
|
datas += collect_data_files('keepkeylib') |
|
|
datas += collect_data_files('keepkeylib') |
|
|
datas += collect_data_files('ckcc') |
|
|
datas += collect_data_files('ckcc') |
|
|
|
|
|
datas += collect_data_files('jsonrpcserver') |
|
|
|
|
|
datas += collect_data_files('jsonrpcclient') |
|
|
|
|
|
|
|
|
# Add the QR Scanner helper app |
|
|
# Add the QR Scanner helper app |
|
|
datas += [(electrum + "contrib/osx/CalinsQRReader/build/Release/CalinsQRReader.app", "./contrib/osx/CalinsQRReader/build/Release/CalinsQRReader.app")] |
|
|
datas += [(electrum + "contrib/osx/CalinsQRReader/build/Release/CalinsQRReader.app", "./contrib/osx/CalinsQRReader/build/Release/CalinsQRReader.app")] |
|
|