mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
skip 'vers' resource when copying resources from templeate -- jvr
This commit is contained in:
parent
2607a44690
commit
1cea8047d8
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ def process_common(template, progress, code, rsrcname, destname, is_update, copy
|
|||
Res.CloseResFile(input)
|
||||
|
||||
# Check which resource-types we should not copy from the template
|
||||
skiptypes = []
|
||||
skiptypes = ['vers']
|
||||
if 'SIZE' in typesfound: skiptypes.append('SIZE')
|
||||
if 'BNDL' in typesfound: skiptypes = skiptypes + ['BNDL', 'FREF', 'icl4',
|
||||
'icl8', 'ics4', 'ics8', 'ICN#', 'ics#']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue