diff --git a/contrib/build-wine/deterministic.spec b/contrib/build-wine/deterministic.spec index 3ed9f52c5..4e3241e92 100644 --- a/contrib/build-wine/deterministic.spec +++ b/contrib/build-wine/deterministic.spec @@ -50,6 +50,8 @@ datas += collect_data_files('safetlib') datas += collect_data_files('btchip') datas += collect_data_files('keepkeylib') 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 a = Analysis([home+'run_electrum', diff --git a/contrib/osx/osx.spec b/contrib/osx/osx.spec index 45c02f837..99bb79c44 100644 --- a/contrib/osx/osx.spec +++ b/contrib/osx/osx.spec @@ -84,6 +84,8 @@ datas += collect_data_files('safetlib') datas += collect_data_files('btchip') datas += collect_data_files('keepkeylib') datas += collect_data_files('ckcc') +datas += collect_data_files('jsonrpcserver') +datas += collect_data_files('jsonrpcclient') # Add the QR Scanner helper app datas += [(electrum + "contrib/osx/CalinsQRReader/build/Release/CalinsQRReader.app", "./contrib/osx/CalinsQRReader/build/Release/CalinsQRReader.app")]