From 383476f3d7bba5e343e66868b2d5dfa780009882 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Mon, 22 Feb 2016 10:41:30 +0000 Subject: Update optionsURL --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.py') 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('', '\n resource://redirector-at-einaregilsson-dot-com/redirector.html\n 2\n') + bytes = bytes.replace('', '\n resource://redirector-at-einaregilsson-dot-com/redirector.html\n 3\n') zout.writestr(item, bytes) -- cgit v1.2.3