Skip to main content
Participant
May 30, 2013
Question

Convert air file to Linux .rpm format.

  • May 30, 2013
  • 1 reply
  • 844 views

Can i convert air file to Linux .rpm format...?

Please help me. Thank you...

This topic has been closed for replies.

1 reply

Participating Frequently
May 30, 2013

$(AIR_SDK)/bin/adt -package -target native App.rpm App.air

In your app descriptor file you must have smth like this: <supportedProfiles>desktop extendedDesktop</supportedProfiles>

gokuldhasAuthor
Participant
May 31, 2013

Thank you millingcutter.

Where i need to use this and how...

    $(AIR_SDK)/bin/adt -package -target native App.rpm App.air