mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
Merge pull request #497 from bitwarden/fix/495/missing-dll-in-win-dist
Fixes #495 missing windows dll
This commit is contained in:
commit
870bbcba70
@ -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
BIN
resources/vccorlib140.dll
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user