summaryrefslogtreecommitdiff
path: root/pkg/windows/build_native.sh
blob: 4c1914339980ee97e1462ec72164c3202665d43e (plain)
1
2
3
4
5
6
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