mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"extraMetadata": {
|
|
"name": "bitwarden-directory-connector"
|
|
},
|
|
"productName": "Bitwarden Directory Connector",
|
|
"appId": "com.bitwarden.directory-connector",
|
|
"copyright": "Copyright © 2015-2022 Bitwarden Inc.",
|
|
"directories": {
|
|
"buildResources": "resources",
|
|
"output": "dist",
|
|
"app": "build"
|
|
},
|
|
"afterSign": "scripts/notarize.js",
|
|
"mac": {
|
|
"artifactName": "Bitwarden-Connector-${version}-mac.${ext}",
|
|
"category": "public.app-category.productivity",
|
|
"gatekeeperAssess": false,
|
|
"hardenedRuntime": true,
|
|
"entitlements": "resources/entitlements.mac.plist",
|
|
"entitlementsInherit": "resources/entitlements.mac.plist",
|
|
"target": ["dmg", "zip"]
|
|
},
|
|
"win": {
|
|
"target": ["portable", "nsis"],
|
|
"sign": "scripts/sign.js"
|
|
},
|
|
"linux": {
|
|
"category": "Utility",
|
|
"synopsis": "Sync your user directory to your Bitwarden organization.",
|
|
"target": ["AppImage"]
|
|
},
|
|
"dmg": {
|
|
"artifactName": "Bitwarden-Connector-${version}.${ext}",
|
|
"icon": "dmg.icns",
|
|
"contents": [
|
|
{
|
|
"x": 150,
|
|
"y": 185,
|
|
"type": "file"
|
|
},
|
|
{
|
|
"x": 390,
|
|
"y": 180,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
}
|
|
],
|
|
"window": {
|
|
"width": 540,
|
|
"height": 380
|
|
}
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"perMachine": true,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"artifactName": "Bitwarden-Connector-Installer-${version}.${ext}",
|
|
"uninstallDisplayName": "${productName}",
|
|
"deleteAppDataOnUninstall": true
|
|
},
|
|
"portable": {
|
|
"artifactName": "Bitwarden-Connector-Portable-${version}.${ext}"
|
|
},
|
|
"appImage": {
|
|
"artifactName": "Bitwarden-Connector-${version}-${arch}.${ext}"
|
|
}
|
|
}
|