Compare commits

..

No commits in common. "main" and "Contractless-GUI-Wallet" have entirely different histories.

1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,7 @@ From `gui wallet/`:
```bash ```bash
cargo check cargo check
cargo build --release cargo build
``` ```
## Linux Prerequisites ## Linux Prerequisites
@ -67,3 +67,5 @@ Tauri expects platform icon assets in `icons/`.
- Windows uses `icon.ico`. - Windows uses `icon.ico`.
- Linux expects `icon.png`. - Linux expects `icon.png`.
The current icons are placeholders and should be replaced before release packaging.