mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-21 14:20:31 -04:00
6 lines
114 B
Text
6 lines
114 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
python setup.py build_ext --inplace
|
||
|
|
python setup.py bdist_wheel
|
||
|
|
pyinstaller -y scripts/borg.exe.spec
|