Add logo assets and update README

This commit is contained in:
Helios 2026-03-02 18:16:05 +01:00
parent 5fb600aa6f
commit 6fce2dcde8
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
4 changed files with 5 additions and 1 deletions

View file

@ -30,3 +30,7 @@ This crate will contain the Windows remote-control client for `helios-remote`.
```
cargo build --target x86_64-pc-windows-gnu
```
## App Icon
The file `assets/logo.ico` in the repository root is the application icon intended for the Windows `.exe`. It can be embedded at compile time using a build script (e.g. via the `winres` crate).