Add logo, add AppImage
Some checks failed
CI / test (push) Failing after 1m46s
Lint / test (push) Successful in 34s
Trivy / test (push) Successful in 26s

This commit is contained in:
Miguel Jacq 2025-12-15 11:48:09 +11:00
parent 3f0e38dadf
commit 839d2b9381
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
5 changed files with 384 additions and 2 deletions

View file

@ -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"