Use the HTML5Helper to run flash -web builds

This commit is contained in:
Joshua Granick
2016-07-25 12:22:46 -07:00
parent 5e45f9f5ff
commit 97d49b7078

View File

@@ -8,6 +8,7 @@ import lime.tools.helpers.CompatibilityHelper;
import lime.tools.helpers.DeploymentHelper;
import lime.tools.helpers.FileHelper;
import lime.tools.helpers.FlashHelper;
import lime.tools.helpers.HTML5Helper;
import lime.tools.helpers.LogHelper;
import lime.tools.helpers.PathHelper;
import lime.tools.helpers.PlatformHelper;
@@ -203,9 +204,9 @@ class FlashPlatform extends PlatformTarget {
if (project.targetFlags.exists ("web")) {
targetPath = "index.html";
HTML5Helper.launch (project, targetDirectory + "/bin");
}
} else {
if (traceEnabled) {
@@ -228,6 +229,8 @@ class FlashPlatform extends PlatformTarget {
}
}
public override function update ():Void {