fix(cli): skip migrating updater config if not active (#8768)

This commit is contained in:
Lucas Fernandes Nogueira
2024-02-05 09:54:29 -03:00
committed by GitHub
parent bd73ab0a1a
commit baca704d4b
2 changed files with 51 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
---
"@tauri-apps/cli": patch:bug
"tauri-cli": patch:bug
---
Do not migrate updater configuration if the active flag is set to false.