Kaydet (Commit) 1cea8047 authored tarafından Just van Rossum's avatar Just van Rossum

skip 'vers' resource when copying resources from templeate -- jvr

üst 2607a446
......@@ -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#']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment