shrink expansion tab image; add expansion dividers to release script
This commit is contained in:
parent
d6b7eab4d4
commit
c2a3799885
@ -23,8 +23,9 @@ argsets = [
|
|||||||
('--size=sleeved','sleeved_'),
|
('--size=sleeved','sleeved_'),
|
||||||
('--size=sleeved --orientation=vertical','vertical_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
|
print fnames
|
||||||
|
|
||||||
zip = ZipFile('generated/sumpfork_dominion_tabs_v' + __version__ + '.zip','w',ZIP_DEFLATED)
|
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