mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Add extraResources to linux and mac
This commit is contained in:
parent
cb9c0b318e
commit
19edc24b0b
14
package.json
14
package.json
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user