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": [
|
"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