diff --git a/build/scripts/utils.gant b/build/scripts/utils.gant index b1287c5636e0..17029934ac7b 100644 --- a/build/scripts/utils.gant +++ b/build/scripts/utils.gant @@ -538,6 +538,7 @@ binding.setVariable("layoutMacApp", { String path, String ch, Map args -> replacefilter(token: "@@version@@", value: version) replacefilter(token: "@@vmoptions@@", value: vmOptions) replacefilter(token: "@@idea_properties@@", value: coreProperties) + replacefilter(token: "@@idea.paths.selector@@", value: args.system_selector) replacefilter(token: "@@class_path@@", value: classPath) replacefilter(token: "@@help_id@@", value: helpId) replacefilter(token: "@@url_schemes@@", value: urlSchemes)