From b9f8766d72728093f6183c289d23ecd8a1fa562f Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 21 Oct 2016 16:56:41 -0400 Subject: [pkg] native pyinstaller packaging --- pkg/windows/build_native.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pkg/windows/build_native.sh (limited to 'pkg/windows') diff --git a/pkg/windows/build_native.sh b/pkg/windows/build_native.sh new file mode 100644 index 00000000..4c191433 --- /dev/null +++ b/pkg/windows/build_native.sh @@ -0,0 +1,7 @@ +#!/bin/sh +rm -rf dist build +pip uninstall leap.bitmask +python setup.py bdist_wheel +pip install dist/*.whl +pyinstaller.exe -y pkg/pyinst/app.spec +pkg/pyinst/win_postbuild.bat -- cgit v1.2.3