aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--build.py6
2 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..15af1aa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.xpi
diff --git a/build.py b/build.py
index 2454945..048ab40 100644
--- a/build.py
+++ b/build.py
@@ -1,11 +1,5 @@
import os, os.path, zipfile
-os.chdir(r'components\interfaces')
-for f in os.listdir('.'):
- if f.startswith('rdI') and f.endswith('.idl'):
- os.system(r'xpidl -m typelib -e ..\%s %s' % (f[:-3] + 'xpt',f))
-os.chdir(r'..\..')
-
xpi = zipfile.ZipFile('redirector-2.6.xpi','w')
for (root, folders, files) in os.walk('.'):
if not '.svn' in root: