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