We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0130c3d commit cd032a9Copy full SHA for cd032a9
src-tauri/capabilities/desktop.json
@@ -21,10 +21,16 @@
21
"path": "**"
22
},
23
{
24
- "path": "**/.minecraft"
+ "path": "**/.*"
25
26
27
- "path": "**/.minecraft/**"
+ "path": "**/.*/**"
28
+ },
29
+ {
30
+ "path": "**/.*/**/.*"
31
32
33
+ "path": "**/.*/**/.*/**"
34
}
35
]
36
src-tauri/tauri.conf.json
@@ -53,7 +53,8 @@
53
"enable": true,
54
"scope": [
55
"**",
56
- "**/.minecraft/**"
+ "**/.*/**",
57
+ "**/.*/**/.*/**"
58
59
60
0 commit comments