Skip to content

Commit 9ac22ce

Browse files
committed
chore(capabilities): desktop: clipboard-manager: allow write text
1 parent 20aaba7 commit 9ac22ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/capabilities/desktop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"identifier": "desktop-capability",
33
"platforms": ["macOS", "windows", "linux"],
44
"windows": ["main"],
5-
"permissions": ["updater:default"]
5+
"permissions": ["clipboard-manager:allow-write-text", "updater:default"]
66
}

0 commit comments

Comments
 (0)