diff --git a/README.md b/README.md index 9642aef..0b15baf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # helios-remote

- helios-remote logo + helios-remote logo

**AI-first remote control tool** — a relay server + Windows client written in Rust. Lets an AI agent (or any HTTP client) take full control of a remote Windows machine via a lightweight WebSocket relay. diff --git a/assets/logo.ico b/assets/logo.ico new file mode 100644 index 0000000..9d41f84 Binary files /dev/null and b/assets/logo.ico differ diff --git a/assets/logo.png b/assets/logo.png index ed5e826..706b328 100644 Binary files a/assets/logo.png and b/assets/logo.png differ diff --git a/crates/client/README.md b/crates/client/README.md index 3089c3e..f6000c5 100644 --- a/crates/client/README.md +++ b/crates/client/README.md @@ -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).