Skip to content

Commit

Permalink
fix: allow use of xdg-open binary to open links (gitbutlerapp#4706)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Aug 16, 2024
1 parent 4fe8b68 commit cd84afd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/gitbutler-tauri/tauri.conf.nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"productName": "GitButler Nightly"
},
"tauri": {
"allowlist": {
"shell": {
"open": "^((https://)|(http://)|(mailto:)|(vscode://)|(vscodium://)).+"
}
},
"bundle": {
"identifier": "com.gitbutler.app.nightly",
"icon": [
Expand Down
5 changes: 5 additions & 0 deletions crates/gitbutler-tauri/tauri.conf.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"productName": "GitButler"
},
"tauri": {
"allowlist": {
"shell": {
"open": "^((https://)|(http://)|(mailto:)|(vscode://)|(vscodium://)).+"
}
},
"bundle": {
"identifier": "com.gitbutler.app",
"icon": [
Expand Down

0 comments on commit cd84afd

Please sign in to comment.