Add extraResources to linux and mac

This commit is contained in:
Hinton 2020-10-05 20:58:58 +02:00
parent cb9c0b318e
commit 19edc24b0b
1 changed files with 13 additions and 1 deletions

View File

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