Fix --output-file for Flash target

This commit is contained in:
Joshua Granick
2019-03-18 13:21:15 -07:00
parent a1b9614700
commit eee9f26ab5

View File

@@ -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
{