summaryrefslogtreecommitdiff
path: root/pkg/pyinst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/pyinst/Makefile')
-rw-r--r--pkg/pyinst/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/pyinst/Makefile b/pkg/pyinst/Makefile
index 41599a4..e8d52f8 100644
--- a/pkg/pyinst/Makefile
+++ b/pkg/pyinst/Makefile
@@ -4,6 +4,9 @@ build: clean
cp ../../src/leap/bitmask/core/bitmaskd.tac dist/bitmask
mkdir dist/bitmask/leap
cp -r $(VIRTUAL_ENV)/lib/python2.7/site-packages/leap/bitmask_js/ dist/bitmask/leap
+ mv dist/bitmask lib && mkdir dist/bitmask && mv lib dist/bitmask/lib
+ cd ../launcher && make
+ cp ../launcher/bitmask dist/bitmask/
clean:
rm -rf dist build