mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Merge pull request #2925 from wakiyamap/include_locale_for_windows_binary
include locale for windows binary
This commit is contained in:
commit
2e06a9d020
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ a = Analysis([home+'electrum',
|
|||
(home+'lib/currencies.json', 'electrum'),
|
||||
(home+'lib/servers.json', 'electrum'),
|
||||
(home+'lib/wordlist/english.txt', 'electrum/wordlist'),
|
||||
(home+'lib/locale', 'electrum/locale'),
|
||||
#(home+'packages/requests/cacert.pem', 'requests/cacert.pem')
|
||||
],
|
||||
#pathex=[home+'lib', home+'gui', home+'plugins'],
|
||||
|
|
Loading…
Add table
Reference in a new issue