mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-01-27 10:20:10 +00:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
pip install --ignore-installed setuptools==19.2 pyinstaller
|
|
pyinstaller --clean --onefile patroni.spec
|