mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
appx support on windows
This commit is contained in:
parent
c08becac53
commit
dea275f56d
13
package.json
13
package.json
@ -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",
|
||||||
|
BIN
resources/appx/Square150x150Logo.png
Normal file
BIN
resources/appx/Square150x150Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
resources/appx/Square44x44Logo.png
Normal file
BIN
resources/appx/Square44x44Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
resources/appx/StoreLogo.png
Normal file
BIN
resources/appx/StoreLogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
resources/appx/Wide310x150Logo.png
Normal file
BIN
resources/appx/Wide310x150Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue
Block a user