Fixes #495 missing windows dll
This commit is contained in:
parent
b7ee60edb3
commit
98ca23427f
|
@ -119,6 +119,12 @@
|
|||
"portable",
|
||||
"nsis-web",
|
||||
"appx"
|
||||
],
|
||||
"extraFiles": [
|
||||
{
|
||||
"from": "win-dlls/vccorlib140.dll",
|
||||
"to": "vccorlib140.dll"
|
||||
}
|
||||
]
|
||||
},
|
||||
"linux": {
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue