mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-03 15:06:01 +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"
|
"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": [
|
||||||
|
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user