Skip to content

Commit

Permalink
autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Feb 3, 2024
1 parent cc9bcdf commit 14c1349
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 3,438 deletions.
2 changes: 1 addition & 1 deletion core/tauri/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ permissions = [{default_permissions}]
)
.unwrap_or_else(|e| panic!("failed to define permissions for {plugin}: {e}"));

let docs_out_dir = Path::new("permissions").join(plugin);
let docs_out_dir = Path::new("permissions").join("autogenerated").join(plugin);
create_dir_all(&docs_out_dir).expect("failed to create plugin documentation directory");
tauri_utils::acl::build::generate_docs(&permissions, &docs_out_dir)
.expect("failed to generate plugin documentation page");
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
315 changes: 0 additions & 315 deletions core/tauri/permissions/event/schemas/schema.json

This file was deleted.

0 comments on commit 14c1349

Please sign in to comment.