Commit Graph
3 Commits
Author SHA1 Message Date
SoxojandGitHub 8efbac26da Drop the zero-width joiner from the snap summary (#3022)
The Snap Store rejects any upload whose summary contains unicode control characters, and the detective emoji in ours is a ZWJ sequence: U+1F575 U+FE0F U+200D U+2642 U+FE0F. The joiner is category Cf, so the upload fails review with `summary: Control/private unicode characters are not allowed` after processing completes.
2026-08-26 15:28:13 +02:00
SoxojandGitHub 8894b8c154 Add a website link to the snap metadata (#3017)
snapcraft's metadata linter warns that the `website` field is missing, and the store listing page shows a Website link that would otherwise be empty.

Pointing it at the documentation rather than the repository, since `source-code` already carries the GitHub URL. With this the build passes all four linters silently.
2026-08-25 15:53:58 +02:00
SoxojandGitHub e1c80a7a42 Move snapcraft.yaml to snap/, migrate to core24 (#2975) 2026-08-15 19:40:31 +02:00