feat: add icon on windows too

This commit is contained in:
uku 2025-05-22 18:14:55 +02:00
parent 38a7f97cad
commit 0659698f19
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
5 changed files with 33 additions and 1 deletions

View file

@ -23,3 +23,6 @@ opt-level = "z"
lto = "thin"
strip = true
panic = "abort"
[build-dependencies]
winresource = "0.1.20"