diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-27 14:54:12 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-27 16:19:26 -0400 |
commit | 0f34a5b42fb6dbbcefcc166a4ad71e8502960cdc (patch) | |
tree | 042e57844f1f52432b27b224ae1d67e0c153bf5d /pkg/pyinst/Makefile | |
parent | 40debc7182d9a20cc2a1ec2b6a162a065a3183c0 (diff) |
[pkg] re-add binary launcher to bundle process
Diffstat (limited to 'pkg/pyinst/Makefile')
-rw-r--r-- | pkg/pyinst/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |