@tauri-apps/cli@2.7.0
Esta página aún no está disponible en tu idioma.
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.
232265c70
(#13209 by @kandrelczyk) Binaries are patched before bundling to add the type of a bundle they will placed in. This information will be used during update process to select the correct target.
916aeaa48
(#13781 by @lucasfernog) Fixes Android dev and build commands readingtauri.ios.conf.json
instead oftauri.android.conf.json
to merge platform-specific configuration.0f248b111
(#13799 by @lucasfernog) Install iOS dependencies when needed.7a6fd5b75
(#13863 by @FabianLars) The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.bda830410
(#13833 by @Legend-Master) Fail with an error when trying to migrate from v2 alphabda830410
(#13833 by @Legend-Master) Use v2 stable instead of v2-rc when migrating from v2-beta
- Upgraded to
tauri-cli@2.7.0
© 2025 Tauri Contributors. CC-BY / MIT