Skip to content

Commit 4fb00ac

Browse files
committed
fix: use hyphenated permission identifiers for Tauri v2 ACL
Tauri v2 ACL identifiers only allow lowercase ASCII letters, hyphens, and optional prefix with colon. Changed: - fs_exist_dir -> fs-exist-dir - fs_make_dir -> fs-make-dir
1 parent 1c1a252 commit 4fb00ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/capabilities/migrated.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"dialog:default",
196196
"dialog:allow-open",
197197
"dialog:allow-save",
198-
"fs_exist_dir",
199-
"fs_make_dir"
198+
"fs-exist-dir",
199+
"fs-make-dir"
200200
]
201201
}

0 commit comments

Comments
 (0)