mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 12:24:26 +03:00
fix: add linux dependencies to tauri.conf (#4741)
This commit is contained in:
parent
ec7a38f538
commit
d15ccc95f0
@ -26,6 +26,17 @@
|
||||
],
|
||||
"windows": {
|
||||
"certificateThumbprint": null
|
||||
},
|
||||
"rpm": {
|
||||
"depends": [
|
||||
"webkit2gtk4.0-devel"
|
||||
]
|
||||
},
|
||||
"deb": {
|
||||
"depends": [
|
||||
"libwebkit2gtk-4.0-dev",
|
||||
"libgtk-3-dev"
|
||||
]
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
|
@ -26,6 +26,17 @@
|
||||
],
|
||||
"windows": {
|
||||
"certificateThumbprint": null
|
||||
},
|
||||
"rpm": {
|
||||
"depends": [
|
||||
"webkit2gtk4.0-devel"
|
||||
]
|
||||
},
|
||||
"deb": {
|
||||
"depends": [
|
||||
"libwebkit2gtk-4.0-dev",
|
||||
"libgtk-3-dev"
|
||||
]
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
|
Loading…
Reference in New Issue
Block a user