MacPlatform: use executableDirectory instead of applicationDirectory when copying HashLink (references #1517)

This commit is contained in:
Josh Tynjala
2022-06-03 13:19:25 -07:00
parent 276a8f6c8a
commit 8a3b990f98

View File

@@ -206,7 +206,7 @@ class MacPlatform extends PlatformTarget
if (noOutput) return;
HashlinkHelper.copyHashlink(project, targetDirectory, applicationDirectory, executablePath, is64);
HashlinkHelper.copyHashlink(project, targetDirectory, executableDirectory, executablePath, is64);
}
else if (targetType == "java")
{