swc-windows-installer.py: Avoid writing nano.zip to disk
authorW. Trevor King <wking@tremily.us>
Wed, 20 Mar 2013 22:18:05 +0000 (18:18 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 21 Oct 2013 03:55:18 +0000 (20:55 -0700)
commite27e7d30d21ee41f6b6e4cf49c620de61a592944
tree0e0ffa5db8e407d129ee50a87c0887642750309e
parent2870c12a174e3f2c02248e9bb329a562d21c62df
swc-windows-installer.py: Avoid writing nano.zip to disk

It's already in memory, and we're going to use it again immediately.
Avoiding the flush-to-disk is both more efficient, and easier to clean
up.
setup/swc-windows-installer.py