mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
277 B
277 B
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}
.