mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-03 09:37:39 +00:00
Update macos build eth2 links
This commit is contained in:
parent
a5c4651028
commit
d038f18b94
@ -3,11 +3,11 @@
|
|||||||
block_cipher = None
|
block_cipher = None
|
||||||
|
|
||||||
|
|
||||||
a = Analysis(['../../eth2deposit/deposit.py'],
|
a = Analysis(['../../staking_deposit/deposit.py'],
|
||||||
binaries=None,
|
binaries=None,
|
||||||
datas=[
|
datas=[
|
||||||
('../../eth2deposit/key_handling/key_derivation/word_lists/*.txt', './eth2deposit/key_handling/key_derivation/word_lists/'),
|
('../../staking_deposit/key_handling/key_derivation/word_lists/*.txt', './staking_deposit/key_handling/key_derivation/word_lists/'),
|
||||||
('../../eth2deposit/intl', './eth2deposit/intl',)
|
('../../staking_deposit/intl', './staking_deposit/intl',)
|
||||||
],
|
],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
|
Loading…
Reference in New Issue
Block a user