mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
2b98a423ed
Fixes #7097
5 lines
119 B
Bash
5 lines
119 B
Bash
#!/bin/bash
|
|
|
|
python setup.py build_ext --inplace
|
|
python setup.py bdist_wheel
|
|
pyinstaller -y scripts/borg.exe.spec
|