diff --git a/package.json b/package.json index 1e8fa107d1..fc59241175 100644 --- a/package.json +++ b/package.json @@ -119,6 +119,12 @@ "portable", "nsis-web", "appx" + ], + "extraFiles": [ + { + "from": "resources/vccorlib140.dll", + "to": "vccorlib140.dll" + } ] }, "linux": { diff --git a/resources/vccorlib140.dll b/resources/vccorlib140.dll new file mode 100644 index 0000000000..5c3c268880 Binary files /dev/null and b/resources/vccorlib140.dll differ