1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00: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
2 changed files with 6 additions and 0 deletions

View File

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

BIN
resources/vccorlib140.dll Normal file

Binary file not shown.