You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.7 KiB
67 lines
1.7 KiB
{ |
|
"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}" |
|
} |
|
}
|
|
|