mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Place the binary in the correct place for mac and make sure it's signed
This commit is contained in:
@@ -75,9 +75,10 @@
|
|||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
{
|
{
|
||||||
"from": "desktop_native/dist/desktop_proxy.${platform}-${arch}",
|
"from": "desktop_native/dist/desktop_proxy.${platform}-${arch}",
|
||||||
"to": "desktop_proxy"
|
"to": "Resources/desktop_proxy"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"binaries": ["Contents/Resources/desktop_proxy"],
|
||||||
"target": ["dmg", "zip"]
|
"target": ["dmg", "zip"]
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
|
|||||||
Reference in New Issue
Block a user