Better handling of AIR version label/number
This commit is contained in:
@@ -2277,6 +2277,7 @@ class CommandLineTools {
|
||||
|
||||
if (field == "window-allow-high-dpi") property = "allowHighDPI";
|
||||
if (field == "window-color-depth") property = "colorDepth";
|
||||
if (field == "meta-build-number") property = "buildNumber";
|
||||
|
||||
var fieldReference = Reflect.field (overrides, fieldName);
|
||||
|
||||
@@ -2300,6 +2301,11 @@ class CommandLineTools {
|
||||
|
||||
Reflect.setField (fieldReference, property, argValue);
|
||||
|
||||
} else {
|
||||
|
||||
// TODO: Only certain properties?
|
||||
Reflect.setField (fieldReference, property, argValue);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user