Always generate a build number, set the platform to have the formatted name instead of lowercase and improve the deployment file name

This commit is contained in:
Joshua Granick
2015-02-18 08:52:33 -08:00
parent 9be81b6d4b
commit fcd1222043
3 changed files with 15 additions and 25 deletions

View File

@@ -1331,17 +1331,7 @@ class CommandLineTools {
StringMapHelper.copyKeys (userDefines, project.haxedefs);
// Better way to do this?
switch (project.target) {
case ANDROID, IOS, BLACKBERRY:
getBuildNumber (project, (project.command == "build" || project.command == "test"));
default:
}
getBuildNumber (project, (project.command == "build" || project.command == "test"));
return project;