diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index f2e26b089..92ceacf94 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -168,7 +168,7 @@ class CommandLineTools { } else { - path = PathHelper.combine (words[0], "project"); + path = PathHelper.combine (words[0], "project/Build.xml"); }