diff --git a/run.n b/run.n index 9758d9977..f1fa7906e 100644 Binary files a/run.n and b/run.n differ diff --git a/script/src/RunScript.hx b/script/src/RunScript.hx index 200b4093b..d1f950d7f 100644 --- a/script/src/RunScript.hx +++ b/script/src/RunScript.hx @@ -1000,11 +1000,11 @@ class RunScript { if (args.length == 2 + ignoreLength) { - if (FileSystem.exists (PathHelper.tryFullPath ("include.xml"))) { + //if (FileSystem.exists (PathHelper.tryFullPath ("include.xml"))) { - path = PathHelper.tryFullPath ("project"); + //path = PathHelper.tryFullPath ("project"); - } else { + //} else { if (!FileSystem.exists (PathHelper.combine (limeDirectory, "project"))) { @@ -1015,7 +1015,7 @@ class RunScript { path = PathHelper.combine (limeDirectory, "project"); - } + //} targets = args[1].split (",");