Description
README files and CONTRIBUTING.md still reference Tauri for the desktop app (old artifact names like darwin-aarch64, Tauri dev commands) even though the desktop app now uses Electron.
Steps to reproduce
- Open README.md and look at the Desktop App table - filenames use
darwin-aarch64/darwin-x64
- Open CONTRIBUTING.md "Running the Desktop App" section - references
tauri dev and tauri build commands
- Compare with actual release assets which use
mac-arm64/mac-x64 naming from electron-builder
Description
README files and CONTRIBUTING.md still reference Tauri for the desktop app (old artifact names like
darwin-aarch64, Tauri dev commands) even though the desktop app now uses Electron.Steps to reproduce
darwin-aarch64/darwin-x64tauri devandtauri buildcommandsmac-arm64/mac-x64naming from electron-builder