borgbackup/scripts/msys2-build
2022-10-27 13:42:41 +01:00

5 lines
119 B
Bash

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