Commit 1c75a81e authored by Greg Ward's avatar Greg Ward

Fix how we run 'zip' -- give explicit .zip extension.

parent 822c4385
......@@ -405,7 +405,7 @@ class Dist (Command):
# on Redmond's archaic CP/M knockoff is nowadays), but I'll let
# someone who can actually test it do that.
self.spawn (["zip", "-r", base_dir, base_dir])
self.spawn (["zip", "-r", base_dir + ".zip", base_dir])
def make_distribution (self):
......
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