Update macos build eth2 links

This commit is contained in:
Carl Beekhuizen 2021-08-23 17:16:29 +02:00
parent a5c4651028
commit d038f18b94
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

View File

@ -3,11 +3,11 @@
block_cipher = None
a = Analysis(['../../eth2deposit/deposit.py'],
a = Analysis(['../../staking_deposit/deposit.py'],
binaries=None,
datas=[
('../../eth2deposit/key_handling/key_derivation/word_lists/*.txt', './eth2deposit/key_handling/key_derivation/word_lists/'),
('../../eth2deposit/intl', './eth2deposit/intl',)
('../../staking_deposit/key_handling/key_derivation/word_lists/*.txt', './staking_deposit/key_handling/key_derivation/word_lists/'),
('../../staking_deposit/intl', './staking_deposit/intl',)
],
hiddenimports=[],
hookspath=[],