1
0
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:
Daniel García
2024-07-10 11:28:52 +02:00
parent f4059332bd
commit c202bcf890

View File

@@ -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": {