summaryrefslogtreecommitdiffstats
path: root/scripts/msys2-build
blob: 9f6ff520494dd2eda3e33367b5da1f629a17034d (plain)
1
2
3
4
5
#!/bin/bash

python setup.py build_ext --inplace
python setup.py bdist_wheel
pyinstaller -y scripts/borg.exe.spec