1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 17:43:22 +00:00

Remove double signing and use the proper extraFiles for safari extension

This commit is contained in:
Hinton
2024-01-30 17:45:59 +01:00
parent e7b534ba64
commit 94635dbd02
2 changed files with 8 additions and 36 deletions

View File

@@ -124,7 +124,14 @@
"extendInfo": {
"LSMinimumSystemVersion": "10.15.0",
"ElectronTeamID": "LTZ2PFU5D6"
}
},
"extraFiles": [
{
"from": "PlugIns/safari.appex",
"to": "PlugIns/safari.appex"
}
],
"x64ArchFiles": "Contents/PlugIns/safari.appex/**/*"
},
"nsisWeb": {
"oneClick": false,