tauri-cli@1.0.0-rc.5
Ce contenu n’est pas encore disponible dans votre langue.
- Allow passing arguments to the buildrunner (tauri build -- <ARGS>...).
- Improve error message when the dev runner command fails.
- Increase tauri.conf.jsondirectory lookup depth to3and allow changing it with theTAURI_PATH_DEPTHenvironment variable.
- Added tauri-build,taoandwryversion to theinfocommand output.
- Breaking change: The extra arguments passed to tauri devusing-- <ARGS>...are now propagated to the runner (defaults to cargo). To pass arguments to your binary using Cargo, you now need to runtauri dev -- -- <ARGS-TO-YOUR-BINARY>...(notice the double--).
- Change the inittemplate configuration to disable CSP for better usability for new users.
© 2025 Tauri Contributors. CC-BY / MIT