Skip to content

Commit

Permalink
fix: test removing explicit allowance of xdg-open shell-execute
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Aug 30, 2024
1 parent 7e40242 commit 09d5f08
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 73 deletions.
24 changes: 0 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/gitbutler-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ regex = "1.10"
[dependencies.tauri]
version = "1.7.0"
features = [
"shell-execute",
"http-all",
"os-all",
"dialog-open",
Expand Down
11 changes: 0 additions & 11 deletions crates/gitbutler-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@
"readFile": true,
"scope": ["$APPCACHE/archives/*", "$RESOURCE/_up_/scripts/*"]
},
"shell": {
"open": false,
"execute": true,
"scope": [
{
"name": "xdg-open",
"cmd": "xdg-open",
"args": true
}
]
},
"dialog": {
"open": true
},
Expand Down
13 changes: 0 additions & 13 deletions crates/gitbutler-tauri/tauri.conf.nightly.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@
"productName": "GitButler Nightly"
},
"tauri": {
"allowlist": {
"shell": {
"open": false,
"execute": true,
"scope": [
{
"name": "xdg-open",
"cmd": "xdg-open",
"args": true
}
]
}
},
"bundle": {
"identifier": "com.gitbutler.app.nightly",
"icon": [
Expand Down
13 changes: 0 additions & 13 deletions crates/gitbutler-tauri/tauri.conf.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@
"productName": "GitButler"
},
"tauri": {
"allowlist": {
"shell": {
"open": false,
"execute": true,
"scope": [
{
"name": "xdg-open",
"cmd": "xdg-open",
"args": true
}
]
}
},
"bundle": {
"identifier": "com.gitbutler.app",
"icon": [
Expand Down
11 changes: 0 additions & 11 deletions crates/gitbutler-tauri/tauri.conf.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
"readFile": true,
"scope": ["$APPCACHE/archives/*", "$RESOURCE/_up_/scripts/*"]
},
"shell": {
"open": false,
"execute": true,
"scope": [
{
"name": "xdg-open",
"cmd": "xdg-open",
"args": true
}
]
},
"dialog": {
"open": true
},
Expand Down

0 comments on commit 09d5f08

Please sign in to comment.