borg/scripts/msys2-build

6 lines
119 B
Bash

#!/bin/bash
python setup.py build_ext --inplace
python setup.py bdist_wheel
pyinstaller -y scripts/borg.exe.spec