mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 03:26:36 +03:00
Fix: merge duplicate windows keys in tauri.conf.*.json
This commit is contained in:
parent
a216ccedaf
commit
285f681191
@ -15,28 +15,18 @@
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"externalBin": [
|
||||
"gitbutler-git-setsid",
|
||||
"gitbutler-git-askpass"
|
||||
],
|
||||
"windows": {
|
||||
"certificateThumbprint": null
|
||||
},
|
||||
"rpm": {
|
||||
"depends": [
|
||||
"webkit2gtk4.0-devel"
|
||||
]
|
||||
},
|
||||
"deb": {
|
||||
"depends": [
|
||||
"libwebkit2gtk-4.0-dev",
|
||||
"libgtk-3-dev"
|
||||
]
|
||||
},
|
||||
"externalBin": ["gitbutler-git-setsid", "gitbutler-git-askpass"],
|
||||
"windows": {
|
||||
"certificateThumbprint": null,
|
||||
"wix": {
|
||||
"template": "templates/installer.wxs"
|
||||
}
|
||||
},
|
||||
"rpm": {
|
||||
"depends": ["webkit2gtk4.0-devel"]
|
||||
},
|
||||
"deb": {
|
||||
"depends": ["libwebkit2gtk-4.0-dev", "libgtk-3-dev"]
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
|
@ -15,28 +15,18 @@
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"externalBin": [
|
||||
"gitbutler-git-setsid",
|
||||
"gitbutler-git-askpass"
|
||||
],
|
||||
"windows": {
|
||||
"certificateThumbprint": null
|
||||
},
|
||||
"rpm": {
|
||||
"depends": [
|
||||
"webkit2gtk4.0-devel"
|
||||
]
|
||||
},
|
||||
"deb": {
|
||||
"depends": [
|
||||
"libwebkit2gtk-4.0-dev",
|
||||
"libgtk-3-dev"
|
||||
]
|
||||
},
|
||||
"externalBin": ["gitbutler-git-setsid", "gitbutler-git-askpass"],
|
||||
"windows": {
|
||||
"certificateThumbprint": null,
|
||||
"wix": {
|
||||
"template": "templates/installer.wxs"
|
||||
}
|
||||
},
|
||||
"rpm": {
|
||||
"depends": ["webkit2gtk4.0-devel"]
|
||||
},
|
||||
"deb": {
|
||||
"depends": ["libwebkit2gtk-4.0-dev", "libgtk-3-dev"]
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
|
Loading…
Reference in New Issue
Block a user