diff --git a/tools/platforms/FlashPlatform.hx b/tools/platforms/FlashPlatform.hx index b868c5f1e..ee55464c1 100644 --- a/tools/platforms/FlashPlatform.hx +++ b/tools/platforms/FlashPlatform.hx @@ -57,7 +57,7 @@ class FlashPlatform extends PlatformTarget { if (project.targetFlags.exists ("output-file")) { - Sys.println (Path.combine(targetDirectory, project.app.file + ".swf")); + Sys.println (Path.combine(targetDirectory, "bin/" + project.app.file + ".swf")); } else {