how to build signed air package mobile project for installation on desktop? #662
jebarbieri
started this conversation in
General
Replies: 2 comments 3 replies
-
You need to specify your app's "airOptions": {
"output": "bin/MyApp.air",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "path/to/certificate.p12"
}
} Then, run the appropriate AIR desktop packaging task. It will ask for your certificate's password during the build process. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Problem solved. I added this tag in air.config
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how to build signed air package mobile project for installation on desktop? In flashbuilder has this option. it's possible?
Beta Was this translation helpful? Give feedback.
All reactions