tauri-apps / vue-cli-plugin-tauri

Turn your Vue SPA into a lightweight cross-platform desktop app
https://tauri.studio
MIT License
372 stars 23 forks source link

fix args.b undefined while use --target #67

Closed KarlZeo closed 2 years ago

KarlZeo commented 2 years ago

if run command npx vue-cli-service tauri:build --target universal-apple-darwin.It will return an error Error: Failed to convert napistringinto rust typeString``.the args.b is undefined.