diff options
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, sys
-xpi = zipfile.ZipFile('redirector-' + input('Version: ') + '.xpi','w')
+xpi = zipfile.ZipFile('url-rewriter-' + input('Version: ') + '.xpi','w')
for (root, folders, files) in os.walk('.'):
if 'unittest' in root:
continue
|