diff --git a/src/lime/tools/HashlinkHelper.hx b/src/lime/tools/HashlinkHelper.hx index dc600a2a8..7a96e63b2 100644 --- a/src/lime/tools/HashlinkHelper.hx +++ b/src/lime/tools/HashlinkHelper.hx @@ -44,7 +44,7 @@ class HashlinkHelper { System.copyFile(msvcrPath, Path.combine(applicationDirectory, "msvcr120.dll")); } - var vcruntimePath = Path.combine(hlPath, "vcruntime.dll.dll"); + var vcruntimePath = Path.combine(hlPath, "vcruntime.dll"); if (FileSystem.exists(vcruntimePath)) { System.copyFile(vcruntimePath, Path.combine(applicationDirectory, "vcruntime.dll"));