-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): allow defining permissions for the app commands (#9008)
* feat(core): allow defining permissions for the app commands * global scope * command scope * write to disk * lint * fix path * get autogenerated commands from generate_handler macro * revert * remove cli * use const instead of empty str
- Loading branch information
1 parent
7190935
commit 3657ad8
Showing
25 changed files
with
617 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"tauri": patch:enhance | ||
"tauri-build": patch:breaking | ||
"tauri-utils": patch:breaking | ||
"tauri-plugin": patch:breaking | ||
"tauri-codegen": patch:breaking | ||
--- | ||
|
||
Allow defining permissions for the application commands via `tauri_build::Attributes::app_manifest`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"tauri-cli": patch:changes | ||
"@tauri-apps/cli": patch:changes | ||
--- | ||
|
||
Updates to new ACL manifest path. |
Oops, something went wrong.