Add logo, add AppImage
This commit is contained in:
parent
3f0e38dadf
commit
839d2b9381
5 changed files with 384 additions and 2 deletions
|
|
@ -18,6 +18,14 @@ enroll = "enroll.cli:main"
|
|||
pytest = "^9.0.2"
|
||||
pytest-cov = "^7.0.0"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pyproject-appimage = "^4.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.8.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.pyproject-appimage]
|
||||
script = "enroll"
|
||||
output = "Enroll.AppImage"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue