From 1d51bc24ec9afcbb30b05905217bc7aafedca5f1 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 6 Sep 2016 23:06:29 -0400 Subject: [feature] first pyinstaller recipe for the qt5 launcher --- pkg/pyinst/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkg/pyinst/Makefile (limited to 'pkg/pyinst/Makefile') diff --git a/pkg/pyinst/Makefile b/pkg/pyinst/Makefile new file mode 100644 index 0000000..72d19ae --- /dev/null +++ b/pkg/pyinst/Makefile @@ -0,0 +1,5 @@ +clean: + rm -rf dist build + +build: clean + pyinstaller -y app.spec -- cgit v1.2.3