mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
artifact name adjustments
This commit is contained in:
parent
837465e171
commit
1e980fe4fe
15
package.json
15
package.json
@ -97,14 +97,15 @@
|
|||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
"perMachine": true,
|
"perMachine": true,
|
||||||
"allowToChangeInstallationDirectory": true,
|
"allowToChangeInstallationDirectory": true,
|
||||||
"artifactName": "${productName} Installer ${version}.${ext}",
|
"artifactName": "${productName}-Installer-${version}.${ext}",
|
||||||
"uninstallDisplayName": "${productName}",
|
"uninstallDisplayName": "${productName}",
|
||||||
"deleteAppDataOnUninstall": true
|
"deleteAppDataOnUninstall": true
|
||||||
},
|
},
|
||||||
"portable": {
|
"portable": {
|
||||||
"artifactName": "${productName} Portable ${version}.${ext}"
|
"artifactName": "${productName}-Portable-${version}.${ext}"
|
||||||
},
|
},
|
||||||
"appx": {
|
"appx": {
|
||||||
|
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||||
"backgroundColor": "#3c8dbc",
|
"backgroundColor": "#3c8dbc",
|
||||||
"applicationId": "bitwardendesktop",
|
"applicationId": "bitwardendesktop",
|
||||||
"identityName": "8bitSolutionsLLC.bitwardendesktop",
|
"identityName": "8bitSolutionsLLC.bitwardendesktop",
|
||||||
@ -115,6 +116,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"deb": {
|
"deb": {
|
||||||
|
"artifactName": "${productName}-${version}-${arch}.${ext}",
|
||||||
"depends": [
|
"depends": [
|
||||||
"gconf2",
|
"gconf2",
|
||||||
"gconf-service",
|
"gconf-service",
|
||||||
@ -124,6 +126,15 @@
|
|||||||
"libsecret-1-0",
|
"libsecret-1-0",
|
||||||
"libxss1"
|
"libxss1"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"appImage": {
|
||||||
|
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||||
|
},
|
||||||
|
"rpm": {
|
||||||
|
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||||
|
},
|
||||||
|
"freebsd": {
|
||||||
|
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
2
src/package-lock.json
generated
2
src/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bitwarden",
|
"name": "bitwarden",
|
||||||
"version": "0.0.6",
|
"version": "0.0.8",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "bitwarden",
|
"name": "bitwarden",
|
||||||
"productName": "Bitwarden",
|
"productName": "Bitwarden",
|
||||||
"description": "A secure and free password manager for all of your devices.",
|
"description": "A secure and free password manager for all of your devices.",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"author": "8bit Solutions LLC <hello@bitwarden.com> (https://bitwarden.com)",
|
"author": "8bit Solutions LLC <hello@bitwarden.com> (https://bitwarden.com)",
|
||||||
"homepage": "https://bitwarden.com",
|
"homepage": "https://bitwarden.com",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user