1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-20 14:35:09 +02:00

Merge pull request #497 from bitwarden/fix/495/missing-dll-in-win-dist

Fixes #495 missing windows dll
This commit is contained in:
Chad Scharf 2020-07-30 20:16:19 -04:00 committed by GitHub
commit 870bbcba70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -119,6 +119,12 @@
"portable",
"nsis-web",
"appx"
],
"extraFiles": [
{
"from": "resources/vccorlib140.dll",
"to": "vccorlib140.dll"
}
]
},
"linux": {

BIN
resources/vccorlib140.dll Normal file

Binary file not shown.