From 3ac1838cba725705a96a9d7b65721b15f4ec67b1 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Fri, 26 Aug 2011 14:37:27 +0200 Subject: Moved everything to a js module, removed custom xpcom interfaces --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.py') diff --git a/build.py b/build.py index 886151c..2454945 100644 --- a/build.py +++ b/build.py @@ -6,7 +6,7 @@ for f in os.listdir('.'): os.system(r'xpidl -m typelib -e ..\%s %s' % (f[:-3] + 'xpt',f)) os.chdir(r'..\..') -xpi = zipfile.ZipFile('redirector-2.5.2.xpi','w') +xpi = zipfile.ZipFile('redirector-2.6.xpi','w') for (root, folders, files) in os.walk('.'): if not '.svn' in root: for f in files: -- cgit v1.2.3