diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2012-01-08 06:41:57 +0100 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2012-01-08 06:41:57 +0100 |
commit | 5a68a9c070e45f4a8366f0baed90befe685f2824 (patch) | |
tree | 470fbb8ac4e54a3776bac0b4e6e15ded34691ae1 /build.py | |
parent | 53846831aecade74980349949f24d88f33a55c04 (diff) |
2.7.1
Diffstat (limited to 'build.py')
-rw-r--r-- | build.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ import os, os.path, zipfile
-xpi = zipfile.ZipFile('redirector-2.7.xpi','w')
+xpi = zipfile.ZipFile('redirector-2.7.1.xpi','w')
for (root, folders, files) in os.walk('.'):
if 'unittest' in root:
continue
|