Browse Source

fix Revealer in binaries

fixes #5027
regtest_lnd
SomberNight 6 years ago
parent
commit
df8e2c3cc2
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      contrib/build-wine/deterministic.spec
  2. 1
      contrib/osx/osx.spec

1
contrib/build-wine/deterministic.spec

@ -22,6 +22,7 @@ hiddenimports += collect_submodules('btchip')
hiddenimports += collect_submodules('keepkeylib')
hiddenimports += collect_submodules('websocket')
hiddenimports += collect_submodules('ckcc')
hiddenimports += ['PyQt5.QtPrintSupport'] # needed by Revealer
# safetlib imports PyQt5.Qt. We use a local updated copy of pinmatrix.py until they
# release a new version that includes https://github.com/archos-safe-t/python-safet/commit/b1eab3dba4c04fdfc1fcf17b66662c28c5f2380e

1
contrib/osx/osx.spec

@ -65,6 +65,7 @@ hiddenimports += collect_submodules('btchip')
hiddenimports += collect_submodules('keepkeylib')
hiddenimports += collect_submodules('websocket')
hiddenimports += collect_submodules('ckcc')
hiddenimports += ['PyQt5.QtPrintSupport'] # needed by Revealer
# safetlib imports PyQt5.Qt. We use a local updated copy of pinmatrix.py until they
# release a new version that includes https://github.com/archos-safe-t/python-safet/commit/b1eab3dba4c04fdfc1fcf17b66662c28c5f2380e

Loading…
Cancel
Save