From f98b9b0a005b6db7f027dc808ef50ecf633e943e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 23 May 2024 22:03:24 +0200 Subject: [PATCH] dll notice --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61764ae..60811ce 100644 --- a/README.md +++ b/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 - +> 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.