mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-21 17:00:14 -05:00
5 lines
114 B
Bash
5 lines
114 B
Bash
#!/bin/bash
|
|
|
|
python setup.py build_ext --inplace
|
|
python setup.py bdist_wheel
|
|
pyinstaller -y scripts/borg.exe.spec
|