appx support on windows

This commit is contained in:
Kyle Spearrin 2018-02-20 23:17:35 -05:00
parent c08becac53
commit dea275f56d
5 changed files with 12 additions and 1 deletions

View File

@ -60,7 +60,8 @@
"electronUpdaterCompatibility": ">=0.0.1", "electronUpdaterCompatibility": ">=0.0.1",
"target": [ "target": [
"portable", "portable",
"nsis-web" "nsis-web",
"appx"
] ]
}, },
"linux": { "linux": {
@ -103,6 +104,16 @@
"portable": { "portable": {
"artifactName": "${productName} Portable ${version}.${ext}" "artifactName": "${productName} Portable ${version}.${ext}"
}, },
"appx": {
"backgroundColor": "#3c8dbc",
"applicationId": "bitwardendesktop",
"identityName": "8bitSolutionsLLC.bitwardendesktop",
"publisher": "CN=14D52771-DE3C-4886-B8BF-825BA7690418",
"publisherDisplayName": "8bit Solutions LLC",
"languages": [
"en-US"
]
},
"deb": { "deb": {
"depends": [ "depends": [
"gconf2", "gconf2",

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB