dll notice
This commit is contained in:
parent
13abb5d503
commit
f98b9b0a00
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue