Add stand-alone borgmatic binary to documentation (#1266).

This commit is contained in:
Dan Helfman
2026-03-21 12:53:33 -07:00
parent 32b7d1a0f7
commit 0380ecd8fb
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ uv pip install -r binary_requirements.txt
nuitka --show-modules --mode=onefile --enable-plugin=upx --include-package-data=borgmatic --include-data-dir=borgmatic.egg-info=borgmatic.egg-info --include-package=borgmatic.hooks --include-package=apprise --no-deployment-flag=self-execution borgmatic/commands/borgmatic.py
deactivate
rm -fr binary
standalone_binary_path=dist/borgmatic-${version}-linux-glibc-x86_64
standalone_binary_path="dist/borgmatic-${version}-binary-linux-glibc-x86_64"
mv borgmatic.bin "$standalone_binary_path"
# Set release changelogs on projects.torsion.org and GitHub.