tauri/.changes/app-manifest.md
Lucas Fernandes Nogueira 3657ad82f8
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
2024-02-28 08:45:28 -03:00

256 B

tauri tauri-build tauri-utils tauri-plugin tauri-codegen
patch:enhance patch:breaking patch:breaking patch:breaking patch:breaking

Allow defining permissions for the application commands via tauri_build::Attributes::app_manifest.