Add AppImage

This commit is contained in:
Miguel Jacq 2025-11-12 10:00:21 +11:00
parent 43c31a1d97
commit 37332b5618
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
5 changed files with 240 additions and 1 deletions

View file

@ -21,6 +21,14 @@ pytest-qt = "^4.5.0"
pytest-mock = "^3.15.1"
pytest-cov = "^7.0.0"
[tool.poetry.group.dev.dependencies]
pyproject-appimage = "^4.2"
[tool.pyproject-appimage]
script = "bouquin"
output = "Bouquin.AppImage"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"