mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
win/mac binaries: rm jsonrpc* dependencies
This commit is contained in:
parent
a32cb7784f
commit
aa1fb9d5df
2 changed files with 0 additions and 4 deletions
|
@ -50,8 +50,6 @@ 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('bitbox02')
|
datas += collect_data_files('bitbox02')
|
||||||
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',
|
||||||
|
|
|
@ -83,8 +83,6 @@ 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('bitbox02')
|
datas += collect_data_files('bitbox02')
|
||||||
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")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue