| 1 |
|
|---|
| 2 |
Instructions for distributing your application: |
|---|
| 3 |
|
|---|
| 4 |
1. Creating a self-signed certificate: |
|---|
| 5 |
- edit CreateCertificate.bat to change the path to Flex SDK, |
|---|
| 6 |
- edit CreateCertificate.bat to set your certificate password (and name if you like), |
|---|
| 7 |
- run CreateCertificate.bat to generate your self-signed certificate, |
|---|
| 8 |
- wait a minute before packaging. |
|---|
| 9 |
|
|---|
| 10 |
2. Packaging the application: |
|---|
| 11 |
- edit PackageApplication.bat and change the path to Flex SDK, |
|---|
| 12 |
- if you have a signed certificate, edit PackageApplication.bat to change the path to the certificate, |
|---|
| 13 |
- run PackageApplication.bat, you will be prompted for the certificate password, |
|---|
| 14 |
- the packaged application should appear in your project in a new 'air' directory. |
|---|