From 0f34a5b42fb6dbbcefcc166a4ad71e8502960cdc Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 27 Sep 2016 14:54:12 -0400 Subject: [pkg] re-add binary launcher to bundle process --- pkg/pyinst/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/pyinst/Makefile') diff --git a/pkg/pyinst/Makefile b/pkg/pyinst/Makefile index 41599a47..e8d52f8c 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 -- cgit v1.2.3