tauri/.changes/app-dir-refactor.md
2021-05-10 00:01:12 -03:00

7 lines
277 B
Markdown

---
"tauri": patch
---
**Breaking:** `api::path::resolve_path()` and `api::path::app_dir()` now takes the config as first argument and the `PackageInfo` as second argument.
**Breaking:** `api::path::app_dir()` now resolves to `${configDir}/${config.tauri.bundle.identifier}`.