aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorpapush2021-05-01 01:11:00 +0200
committerpapush2021-05-01 01:11:00 +0200
commitc52888b5c2865d7e4ee414888bc0da89c8ba5446 (patch)
tree3a15f766315a45fdca6e731b222b91b30be4813a /build.py
parent8183e6fee716b503da0350eddde7e1355146fed5 (diff)
rebrand
Diffstat (limited to 'build.py')
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index f52b4a6..e58086b 100644
--- a/build.py
+++ b/build.py
@@ -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