1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 19:13:39 +00:00

[PM-13361] Fix DDG backwards compat (#11804)

This commit is contained in:
Daniel García
2024-10-31 18:03:24 +01:00
committed by GitHub
parent 2b6406c1a1
commit f771bd7dc8
4 changed files with 42 additions and 8 deletions

View File

@@ -77,9 +77,13 @@
{
"from": "desktop_native/dist/desktop_proxy.${platform}-${arch}",
"to": "MacOS/desktop_proxy"
},
{
"from": "desktop_native/dist/desktop_proxy.${platform}-${arch}",
"to": "MacOS/desktop_proxy.inherit"
}
],
"signIgnore": ["MacOS/desktop_proxy"],
"signIgnore": ["MacOS/desktop_proxy", "MacOS/desktop_proxy.inherit"],
"target": ["dmg", "zip"]
},
"win": {