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:
parent
cb9c0b318e
commit
19edc24b0b
12
package.json
12
package.json
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user