Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move plugin functionality from tauri-build to tauri-plugin #8737

Merged
merged 9 commits into from Feb 3, 2024

Conversation

lucasfernog
Copy link
Member

No description provided.

@lucasfernog lucasfernog requested a review from a team as a code owner February 2, 2024 23:25
amrbashir
amrbashir previously approved these changes Feb 3, 2024
@@ -356,6 +357,11 @@ permissions = [{default_permissions}]
out_dir,
)
.unwrap_or_else(|e| panic!("failed to define permissions for {plugin}: {e}"));

let docs_out_dir = Path::new("permissions").join(plugin);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't generated docs be under autogenerated directory?

@lucasfernog lucasfernog merged commit 0cdfda2 into dev Feb 3, 2024
28 of 29 checks passed
@lucasfernog lucasfernog deleted the refactor/tauri-build-plugin branch February 3, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants