more hacky junk getting uwp html5 builds working

This commit is contained in:
jared gholston
2017-08-09 10:46:16 -07:00
committed by Joshua Granick
parent 985d70464a
commit 1946f14573
4 changed files with 27 additions and 18 deletions

View File

@@ -703,7 +703,11 @@ class CommandLineTools {
case HTML5:
platform = new HTML5Platform (command, project, targetFlags);
if(targetFlags.exists ("uwp")) {
platform = new WindowsPlatform (command, project, targetFlags);
} else {
platform = new HTML5Platform (command, project, targetFlags);
}
case FIREFOX:
@@ -741,7 +745,7 @@ class CommandLineTools {
}
private function compress () {
private function compress () {
if (words.length > 0) {