mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
add servers.json to windows builds
This commit is contained in:
parent
1522a00012
commit
e99c2e8dfd
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ a = Analysis([home+'electrum',
|
|||
],
|
||||
datas = [
|
||||
(home+'lib/currencies.json', 'electrum'),
|
||||
(home+'lib/servers.json', 'electrum'),
|
||||
(home+'lib/wordlist/english.txt', 'electrum/wordlist'),
|
||||
#(home+'packages/requests/cacert.pem', 'requests/cacert.pem')
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue