Add .desktop file, icons
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled

This commit is contained in:
Miguel Jacq 2025-11-22 17:09:08 +11:00
parent 2a78027afc
commit 6becae6eac
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
6 changed files with 305 additions and 0 deletions

View file

@ -31,6 +31,8 @@ pyproject-appimage = "^4.2"
[tool.pyproject-appimage]
script = "bouquin"
output = "Bouquin.AppImage"
icon = "bouquin/icons/bouquin-light.svg"
desktop-entry = "bouquin.desktop"
[tool.vulture]
paths = ["bouquin", "vulture_ignorelist.py"]