docs: update desktop verification checkpoint

This commit is contained in:
2026-07-18 17:31:49 +08:00
parent a965af4d46
commit 8c769d02ee
2 changed files with 7 additions and 2 deletions

View File

@@ -57,7 +57,12 @@ Set-Location ../desktop
npm run build
```
Expected: Tauri desktop bundle builds when Rust/Cargo is installed. On this machine, verification currently fails before compilation because `cargo` is not available in PATH.
Expected: Tauri desktop bundle builds when Rust/Cargo is installed and the stable Rust toolchain is complete.
Current machine status:
- `rustup` was installed through winget.
- The stable toolchain install repeatedly timed out and currently reports `Missing manifest in toolchain 'stable-x86_64-pc-windows-msvc'`.
- Desktop verification remains blocked until `rustup toolchain install stable-x86_64-pc-windows-msvc --profile minimal --force` completes successfully.
## Manual MVP Flow