Compare commits
2 Commits
Contractle
...
main
| Author | SHA1 | Date |
|---|---|---|
|
|
4cc3f241bd | |
|
|
a492822cff |
|
|
@ -39,7 +39,7 @@ From `gui wallet/`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo check
|
cargo check
|
||||||
cargo build
|
cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
## Linux Prerequisites
|
## Linux Prerequisites
|
||||||
|
|
@ -67,5 +67,3 @@ 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.
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue