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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user