mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-31 11:42:05 +00:00
6 lines
119 B
Text
6 lines
119 B
Text
|
#!/bin/bash
|
||
|
|
||
|
python setup.py build_ext --inplace
|
||
|
python setup.py bdist_wheel
|
||
|
pyinstaller -y scripts/borg.exe.spec
|