diff --git a/package.json b/package.json index 6af9cc3..466535c 100644 --- a/package.json +++ b/package.json @@ -105,6 +105,24 @@ "asarUnpack": [ "node_modules/silk-wasm/**/*", "node_modules/sherpa-onnx-node/**/*" + ], + "extraFiles": [ + { + "from": "resources/msvcp140.dll", + "to": "." + }, + { + "from": "resources/msvcp140_1.dll", + "to": "." + }, + { + "from": "resources/vcruntime140.dll", + "to": "." + }, + { + "from": "resources/vcruntime140_1.dll", + "to": "." + } ] } } \ No newline at end of file diff --git a/resources/msvcp140.dll b/resources/msvcp140.dll new file mode 100644 index 0000000..554d2ff Binary files /dev/null and b/resources/msvcp140.dll differ diff --git a/resources/msvcp140_1.dll b/resources/msvcp140_1.dll new file mode 100644 index 0000000..184514f Binary files /dev/null and b/resources/msvcp140_1.dll differ diff --git a/resources/vcruntime140.dll b/resources/vcruntime140.dll new file mode 100644 index 0000000..950b587 Binary files /dev/null and b/resources/vcruntime140.dll differ diff --git a/resources/vcruntime140_1.dll b/resources/vcruntime140_1.dll new file mode 100644 index 0000000..a481970 Binary files /dev/null and b/resources/vcruntime140_1.dll differ