You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tauri-plugin): do not write permissions for dependencies
The generated permission schema may be different from the one published
on crates.io. If a plugin is built as a dependency, we do not want to
(or cannot) modify the source directory. Skip writing the file in that
case.
0 commit comments