Skip to content

Commit

Permalink
MacPlatform: use executableDirectory instead of applicationDirectory …
Browse files Browse the repository at this point in the history
…when copying HashLink (references #1517)
  • Loading branch information
joshtynjala committed Jun 3, 2022
1 parent 276a8f6 commit 8a3b990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/platforms/MacPlatform.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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")
{
Expand Down

0 comments on commit 8a3b990

Please sign in to comment.