code signing cert

This commit is contained in:
Kyle Spearrin 2018-02-22 17:26:52 -05:00
parent 839f7e4a2e
commit 3fd8b0ee8a
3 changed files with 3 additions and 2 deletions

View File

@ -58,6 +58,7 @@
}, },
"win": { "win": {
"electronUpdaterCompatibility": ">=0.0.1", "electronUpdaterCompatibility": ">=0.0.1",
"certificateSubjectName": "8bit Solutions LLC",
"target": [ "target": [
"portable", "portable",
"nsis-web", "nsis-web",

2
src/package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "bitwarden", "name": "bitwarden",
"version": "0.0.8", "version": "0.0.9",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -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.8", "version": "0.0.9",
"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",