Skip to content

Commit

Permalink
fixed shell.open in tauri.conf.json such that it opens links and file…
Browse files Browse the repository at this point in the history
… folders
  • Loading branch information
gynt committed Dec 18, 2024
1 parent bd95426 commit 4fbabc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]
},
"shell": {
"open": "^((mailto:\\w+)\\|(tel:\\w+)\\|(https?://\\w+)\\|([A-Z]:)).+"
"open": "^((mailto:\\w+)|(tel:\\w+)|(https?://\\w+)|([A-Z]:)).+"
},
"protocol": {
"asset": true,
Expand Down

0 comments on commit 4fbabc3

Please sign in to comment.