From f802d28a515c8cd60fdcad9fc32d79fbdf866e60 Mon Sep 17 00:00:00 2001 From: Tomas Touceda Date: Tue, 2 Sep 2014 14:56:06 -0400 Subject: Add root.json to the bundle --- bundler/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundler/main.py') 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() -- cgit v1.2.3