1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-28 12:35:40 +01:00

Add extraResources to linux and mac

This commit is contained in:
Hinton 2020-10-05 20:58:58 +02:00
parent cb9c0b318e
commit 19edc24b0b

View File

@ -114,6 +114,12 @@
"target": [ "target": [
"dmg", "dmg",
"zip" "zip"
],
"extraResources": [
{
"from": "build/proxys/app-macos",
"to": "proxy"
}
] ]
}, },
"win": { "win": {
@ -151,7 +157,13 @@
"Name": "Bitwarden", "Name": "Bitwarden",
"Type": "Application", "Type": "Application",
"GenericName": "Password Manager" "GenericName": "Password Manager"
},
"extraResources": [
{
"from": "build/proxys/app-linux",
"to": "proxy"
} }
]
}, },
"dmg": { "dmg": {
"icon": "dmg.icns", "icon": "dmg.icns",