Fix filename typo.

Closes #1756.
This commit is contained in:
player-03
2024-02-03 22:21:50 -05:00
committed by GitHub
parent f8a70444f5
commit 3cbafc4622

View File

@@ -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"));