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",
"target": [
"portable",
"nsis-web"
"nsis-web",
"appx"
]
},
"linux": {
@ -103,6 +104,16 @@
"portable": {
"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": {
"depends": [
"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