1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-05 23:13:24 +00:00
borg/scripts/msys2-build

5 lines
114 B
Bash

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