mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 07:08:32 +03:00
bbabc8cd1e
* fix(cli.rs): remove startup delay in `tauri dev` * change timeout [skip ci] Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
8 lines
251 B
Markdown
8 lines
251 B
Markdown
---
|
|
"cli.rs": patch
|
|
"cli.js": patch
|
|
---
|
|
|
|
* Remove startup delay in `tauri dev` caused by checking for a newer cli version. The check is now done upon process exit.
|
|
* Add `TAURI_SKIP_UPDATE_CHECK` env variable to skip checking for a newer CLI version.
|