aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index 890909f..0e8b3d4 100755
--- a/build.py
+++ b/build.py
@@ -37,7 +37,7 @@ def create_firefox_addon():
for item in zin.infolist():
bytes = zin.read(item.filename)
if item.filename == 'install.rdf':
- bytes = bytes.replace('</em:creator>', '</em:creator>\n <em:optionsURL>resource://redirector-at-einaregilsson-dot-com/redirector.html</em:optionsURL>\n <em:optionsType>2</em:optionsType>\n')
+ bytes = bytes.replace('</em:creator>', '</em:creator>\n <em:optionsURL>resource://redirector-at-einaregilsson-dot-com/redirector.html</em:optionsURL>\n <em:optionsType>3</em:optionsType>\n')
zout.writestr(item, bytes)