Skip to content

Commit 74810ff

Browse files
committed
fix(updater): allow updater to run in default.json; tauri permissions
1 parent 4933917 commit 74810ff

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src-tauri/capabilities/default.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"$schema": "../gen/schemas/desktop-schema.json",
33
"identifier": "default",
44
"description": "enables the default permissions",
5-
"windows": ["main"],
5+
"windows": [
6+
"main"
7+
],
68
"permissions": [
79
"core:default",
810
"core:webview:allow-set-webview-zoom",
@@ -16,6 +18,7 @@
1618
"dialog:default",
1719
"shell:default",
1820
"shell:allow-spawn",
19-
"shell:allow-open"
21+
"shell:allow-open",
22+
"updater:default"
2023
]
21-
}
24+
}

0 commit comments

Comments
 (0)