* chore(deps): update tauri monorepo to v2.6.0 * Regenerate api-iife.js * Bump rust tauri * Tweak all examples to match the new features * Bump workspace min tauri version * Bump `@tauri-apps/api` to ^2.6 * Add change file * Update lock file * missing `"` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
1.4 KiB
Default Permission
This permission set configures which kind of updater functions are exposed to the frontend.
Granted Permissions
The full workflow from checking for updates to installing them is enabled.
This default permission set includes the following:
allow-checkallow-downloadallow-installallow-download-and-install
Permission Table
| Identifier | Description |
|---|---|
|
|
Enables the check command without any pre-configured scope. |
|
|
Denies the check command without any pre-configured scope. |
|
|
Enables the download command without any pre-configured scope. |
|
|
Denies the download command without any pre-configured scope. |
|
|
Enables the download_and_install command without any pre-configured scope. |
|
|
Denies the download_and_install command without any pre-configured scope. |
|
|
Enables the install command without any pre-configured scope. |
|
|
Denies the install command without any pre-configured scope. |