mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 17:11:43 +03:00
fix: allow use of xdg-open binary to open links (#4706)
This commit is contained in:
parent
4fe8b6860f
commit
cd84afde3e
@ -6,6 +6,11 @@
|
||||
"productName": "GitButler Nightly"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
"shell": {
|
||||
"open": "^((https://)|(http://)|(mailto:)|(vscode://)|(vscodium://)).+"
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"identifier": "com.gitbutler.app.nightly",
|
||||
"icon": [
|
||||
|
@ -6,6 +6,11 @@
|
||||
"productName": "GitButler"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
"shell": {
|
||||
"open": "^((https://)|(http://)|(mailto:)|(vscode://)|(vscodium://)).+"
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"identifier": "com.gitbutler.app",
|
||||
"icon": [
|
||||
|
Loading…
Reference in New Issue
Block a user