mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 12:38:04 +03:00
0bb7b0f352
* feat: Add option to allow all commands by default * option to use a list of permissions, move logic to tauri-build * fix plugin * add utils change file --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
6 lines
138 B
Markdown
6 lines
138 B
Markdown
---
|
|
"tauri-build": patch:feat
|
|
---
|
|
|
|
Added `InlinedPlugin::default_permission` to autogenerate the default permission of an inlined plugin.
|