From c68754c16629a6b45c7feba57f14d51a1617c4a2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 22 Jun 2015 19:15:22 -0400 Subject: [feat] initial working bundle with pyinstaller linux only, at the moment, but it's a good start :) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b2fb5051..d0d68f2d 100644 --- a/Makefile +++ b/Makefile @@ -135,6 +135,8 @@ sumo_tarball: python setup.py sdist --sumo git checkout -- src/leap/__init__.py rm -rf src/leap/soledad +pyinst: + pyinstaller pkg/pyinst/bitmask.spec clean : $(RM) $(COMPILED_UI) $(COMPILED_RESOURCES) $(COMPILED_UI:.py=.pyc) $(COMPILED_RESOURCES:.py=.pyc) -- cgit v1.2.3