1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02: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": [
"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",