shrink expansion tab image; add expansion dividers to release script

This commit is contained in:
Sumpfork 2013-07-20 20:24:06 -07:00
parent fc9b712eb5
commit ffeca0f5d5
3 changed files with 2 additions and 1 deletions

View File

@ -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.