1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 12:13:39 +00:00

Generate app manifests and add install scripts for windows

This commit is contained in:
Hinton
2020-10-05 19:48:51 +02:00
parent f09a788103
commit 24ef7e1ef6
6 changed files with 154 additions and 26 deletions

View File

@@ -127,6 +127,13 @@
{
"from": "build/proxys/app-win.exe",
"to": "proxy.exe"
},
{
"from": "node_modules/regedit/vbs",
"to": "regedit/vbs",
"filter": [
"**/*"
]
}
]
},
@@ -312,6 +319,7 @@
"node-ipc": "^9.1.1",
"nord": "0.2.1",
"papaparse": "4.6.0",
"regedit": "^3.0.3",
"rxjs": "6.6.2",
"sweetalert2": "9.8.1",
"tslib": "^2.0.1",