tauri-cli@1.0.0-rc.5
此内容尚不支持你的语言。
- Allow passing arguments to the
build
runner (tauri build -- <ARGS>...
). - Improve error message when the dev runner command fails.
- Increase
tauri.conf.json
directory lookup depth to3
and allow changing it with theTAURI_PATH_DEPTH
environment variable. - Added
tauri-build
,tao
andwry
version to theinfo
command output. - Breaking change: The extra arguments passed to
tauri dev
using-- <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
init
template configuration to disable CSP for better usability for new users.
© 2024 Tauri Contributors. CC-BY / MIT