shrink expansion tab image; add expansion dividers to release script
This commit is contained in:
parent
fc9b712eb5
commit
ffeca0f5d5
@ -23,8 +23,9 @@ argsets = [
|
||||
('--size=sleeved','sleeved_'),
|
||||
('--size=sleeved --orientation=vertical','vertical_sleeved_')
|
||||
]
|
||||
additional = ['--expansion_dividers']
|
||||
|
||||
fnames = [doit(args[0],args[1]) for args in argsets]
|
||||
fnames = [doit(args[0] + ' ' + ' '.join(additional),args[1]) for args in argsets]
|
||||
print fnames
|
||||
|
||||
zip = ZipFile('generated/sumpfork_dominion_tabs_v' + __version__ + '.zip','w',ZIP_DEFLATED)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 967 KiB After Width: | Height: | Size: 245 KiB |
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user