docs: update desktop verification checkpoint
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user