fix: allow use of xdg-open binary to open links (#4706)

This commit is contained in:
Nico Domino 2024-08-16 15:22:06 +02:00 committed by GitHub
parent 4fe8b6860f
commit cd84afde3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,11 @@
"productName": "GitButler Nightly" "productName": "GitButler Nightly"
}, },
"tauri": { "tauri": {
"allowlist": {
"shell": {
"open": "^((https://)|(http://)|(mailto:)|(vscode://)|(vscodium://)).+"
}
},
"bundle": { "bundle": {
"identifier": "com.gitbutler.app.nightly", "identifier": "com.gitbutler.app.nightly",
"icon": [ "icon": [

View File

@ -6,6 +6,11 @@
"productName": "GitButler" "productName": "GitButler"
}, },
"tauri": { "tauri": {
"allowlist": {
"shell": {
"open": "^((https://)|(http://)|(mailto:)|(vscode://)|(vscodium://)).+"
}
},
"bundle": { "bundle": {
"identifier": "com.gitbutler.app", "identifier": "com.gitbutler.app",
"icon": [ "icon": [