Skip to content

Commit 4775cd5

Browse files
committed
🐛 修复无法打开配置文件夹
1 parent f2193bb commit 4775cd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src-tauri/tauri.conf.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
},
9191
"fs": {
9292
"requireLiteralLeadingDot": false
93+
},
94+
"shell": {
95+
"open": ".*"
9396
}
9497
}
9598
}

0 commit comments

Comments
 (0)