mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-18 14:08:56 -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
|