refactor(core): remove deprecated webview_fixed_runtime_path option (#10772)

* refactor(core): remove deprecated webview_fixed_runtime_path option

* update migration
This commit is contained in:
Lucas Fernandes Nogueira
2024-08-25 16:35:42 -03:00
committed by GitHub
parent 792340a73b
commit 073bb4f459
11 changed files with 79 additions and 83 deletions

View File

@@ -0,0 +1,8 @@
---
"tauri-utils": patch:breaking
"@tauri-apps/cli": patch:breaking
"tauri-cli": patch:breaking
"tauri-bundler": patch:breaking
---
Removed the deprecated `webview_fixed_runtime_path` config option, use the `webview_install_mode` instead.