Skip to content

Commit d15ccc9

Browse files
authored
fix: add linux dependencies to tauri.conf (#4741)
1 parent ec7a38f commit d15ccc9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

crates/gitbutler-tauri/tauri.conf.nightly.json

+11
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
],
2727
"windows": {
2828
"certificateThumbprint": null
29+
},
30+
"rpm": {
31+
"depends": [
32+
"webkit2gtk4.0-devel"
33+
]
34+
},
35+
"deb": {
36+
"depends": [
37+
"libwebkit2gtk-4.0-dev",
38+
"libgtk-3-dev"
39+
]
2940
}
3041
},
3142
"security": {

crates/gitbutler-tauri/tauri.conf.release.json

+11
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
],
2727
"windows": {
2828
"certificateThumbprint": null
29+
},
30+
"rpm": {
31+
"depends": [
32+
"webkit2gtk4.0-devel"
33+
]
34+
},
35+
"deb": {
36+
"depends": [
37+
"libwebkit2gtk-4.0-dev",
38+
"libgtk-3-dev"
39+
]
2940
}
3041
},
3142
"security": {

0 commit comments

Comments
 (0)