tauri-utils@2.6.0
Jul 20, 2025
New Features
Section titled “New Features”232265c70(#13209 by @kandrelczyk) Addedplatform::bundle_type.33d079392(#13811 by @mhbagheri-99) Allow runner configuration to be an object with cmd, cwd, and args properties. The runner can now be configured as{ "cmd": "my_runner", "cwd": "/path", "args": ["--quiet"] }while maintaining backwards compatibility with the existing string format.
© 2026 Tauri Contributors. CC-BY / MIT