Skip to content

Commit

Permalink
fix: #7
Browse files Browse the repository at this point in the history
  • Loading branch information
r3tr0ananas committed Jun 19, 2024
1 parent ab14dc3 commit 08a67e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
"protocol": {
"all": false,
"asset": true,
"assetScope": ["**"]
"assetScope": {
"allow": ["**"],
"requireLiteralLeadingDot": false
}
}
},
"cli": {
Expand Down

0 comments on commit 08a67e8

Please sign in to comment.