Add AppImage
This commit is contained in:
parent
43c31a1d97
commit
37332b5618
5 changed files with 240 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue