summaryrefslogtreecommitdiff
path: root/pkg/windows/build_native.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/windows/build_native.sh')
-rw-r--r--pkg/windows/build_native.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/windows/build_native.sh b/pkg/windows/build_native.sh
new file mode 100644
index 0000000..4c19143
--- /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