fix(tauri-build): add Attributes::config_path - #15306
Conversation
Package Changes Through eb3c4f0There are 14 changes which include tauri with minor, tauri-cli with minor, @tauri-apps/cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-build with minor, tauri-bundler with minor, tauri-macos-sign with minor, tauri-codegen with minor, tauri-macros with minor, tauri-plugin with minor, tauri-driver with minor, @tauri-apps/api with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
This PR introduces a breaking change in |
Attributes::config_path
* fix: customized config path. * fix: add customized path in Attributes. * chore: add change file. * chore: update docs. * fix: deprecate config_path in CodegenContext. * fix: revert config_path in CodegenContext. * Small refactors * 2.12 now * clippy * crate instead of package * proper change file --------- Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
Fixes #14229
Fixing config path customization in
try_build()