Hi,

> Silly question, but does it hide AIR after 2.6 when it's run on Linux ?
Yep AIR 2.6 is the highest you can select. The code in question.

if (_os != LINUX_OS || Number(airVersion) <= 2.6) {
        AIR_VERSIONS.addItem({label:"AIR " + airVersion, version:airVersion});
}

I guess in theory you could be packaging up an SDK for another OS using the 
installer on Linux. :-)

Thanks,
Justin

Reply via email to