tauri-cli@1.1.0
此内容尚不支持你的语言。
- Allow adding 
build > beforeBundleCommandin tauri.conf.json to run a shell command before the bundling phase. - Change 
before_dev_commandandbefore_build_commandconfig value to allow configuring the current working directory. - Allow configuring the 
before_dev_commandto force the CLI to wait for the command to finish before proceeding. - Check if the default build target is set in the Cargo configuration.
 - Add support to cargo-binstall.
 - Use 
cargo metadatato detect the workspace root and target directory. - Prompt for 
beforeDevCommandandbeforeBuildCommandintauri init. - Add 
iconcommand to generate icons. - Added support to configuration files in TOML format (Tauri.toml file).
 - Automatically use any 
.taurignorefile as ignore rules for dev watcher and app path finder. - Enable WiX FIPS compliance when the 
TAURI_FIPS_COMPLIANTenvironment variable is set totrue. - Fixes dev watcher incorrectly exiting the CLI when sequential file updates are detected.
 - Set the 
MACOSX_DEPLOYMENT_TARGETenvironment variable with the configurationminimum_system_versionvalue. - Added 
--no-watchargument to thedevcommand to disable the file watcher. - Validate updater signature matches configured public key.
 
© 2025 Tauri Contributors. CC-BY / MIT