aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/capabilities/desktop.json
blob: 5ecb2060c5b8e03d94d141fdebfee3a4044183b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "identifier": "desktop-capability",
  "platforms": [
    "macOS",
    "windows",
    "linux"
  ],
  "windows": [
    "main"
  ],
  "permissions": [
    "updater:default",
    "updater:allow-check",
    "updater:allow-download-and-install",
    "process:allow-restart"
  ]
}