dll notice

This commit is contained in:
Mylloon 2024-05-23 22:03:24 +02:00
parent 13abb5d503
commit f98b9b0a00
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,6 +1,6 @@
# xtoyr
Write french words.
Write French words.
## User documentation
@ -18,12 +18,14 @@ This project use [Tauri v1](https://tauri.app).
cargo tauri dev
```
### Build
### Build for Windows
<!-- rustup target add x86_64-pc-windows-gnu -->
> Require `rustup target add x86_64-pc-windows-gnu`
```sh
cargo tauri build --target x86_64-pc-windows-gnu
```
This creates installer at `src-tauri/target/x86_64-pc-windows-gnu/release/xtoyr.exe`.
This creates executable at
`src-tauri/target/x86_64-pc-windows-gnu/release/xtoyr.exe`, you have to keep
the `WebView2Loader.dll` along with the executable.