summaryrefslogtreecommitdiff
path: root/bundler/main.py
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@riseup.net>2014-09-02 14:56:06 -0400
committerTomás Touceda <chiiph@leap.se>2014-09-02 16:08:01 -0300
commitf802d28a515c8cd60fdcad9fc32d79fbdf866e60 (patch)
treea7f5a07451888a4e843fd90e53e7e09d4831dc03 /bundler/main.py
parent720ca69723566b54b5b6a70654e33a232e8d0747 (diff)
Add root.json to the bundle
Diffstat (limited to 'bundler/main.py')
-rw-r--r--bundler/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler/main.py b/bundler/main.py
index 1328b3f..326e80b 100644
--- a/bundler/main.py
+++ b/bundler/main.py
@@ -100,7 +100,7 @@ def main():
fd.run()
cm = init(CopyMisc)
- cm.run()
+ cm.run(binaries_path)
pyc = init(PycRemover)
pyc.run()