tauri-plugin-hdiff-update 0.1.5

Tauri v2 plugin for signed HDiffPatch differential installer updates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"$schema" = "schemas/schema.json"

[default]
description = """
Allows the commercial client update path only: prepare or install
an update from a signed manifest.
"""
permissions = [
  "allow-download-and-apply",
  "allow-download-and-install",
  "allow-prepare-with-cached-installer",
  "allow-try-install-with-cached-installer",
  "allow-run-installer",
]