File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,10 @@ hiddenimports += collect_submodules('websocket')
30
30
hiddenimports += collect_submodules ('ckcc' )
31
31
32
32
datas = [
33
- (electrum + 'electrum/*.json' , PYPKG ),
34
- (electrum + 'electrum/wordlist/english.txt' , PYPKG + '/wordlist' ),
35
- (electrum + 'electrum/locale' , PYPKG + '/locale' )
33
+ (electrum + PYPKG + '/*.json' , PYPKG ),
34
+ (electrum + PYPKG + '/wordlist/english.txt' , PYPKG + '/wordlist' ),
35
+ (electrum + PYPKG + '/locale' , PYPKG + '/locale' ),
36
+ (electrum + PYPKG + '/plugins' , PYPKG + '/plugins' ),
36
37
]
37
38
datas += collect_data_files ('trezorlib' )
38
39
datas += collect_data_files ('safetlib' )
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ datas = [
36
36
(home + 'electrum/*.json' , 'electrum' ),
37
37
(home + 'electrum/wordlist/english.txt' , 'electrum/wordlist' ),
38
38
(home + 'electrum/locale' , 'electrum/locale' ),
39
- ('C:\\ Program Files (x86)\\ ZBar\\ bin\\ ' , '.' )
39
+ (home + 'electrum/plugins' , 'electrum/plugins' ),
40
+ ('C:\\ Program Files (x86)\\ ZBar\\ bin\\ ' , '.' ),
40
41
]
41
42
datas += collect_data_files ('trezorlib' )
42
43
datas += collect_data_files ('safetlib' )
You can’t perform that action at this time.
0 commit comments