Add logo assets and update README
This commit is contained in:
parent
5fb600aa6f
commit
6fce2dcde8
4 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# helios-remote
|
||||
|
||||
<p align="center">
|
||||
<img src="assets/logo.png" width="150" style="border-radius: 50%;" alt="helios-remote logo" />
|
||||
<img src="assets/logo.png" width="150" alt="helios-remote logo" />
|
||||
</p>
|
||||
|
||||
**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.
|
||||
|
|
|
|||
BIN
assets/logo.ico
Normal file
BIN
assets/logo.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 818 B |
BIN
assets/logo.png
BIN
assets/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 474 KiB After Width: | Height: | Size: 321 KiB |
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue