-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAIR_readme.txt
More file actions
17 lines (13 loc) · 853 Bytes
/
Copy pathAIR_readme.txt
File metadata and controls
17 lines (13 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Instructions for DISTRIBUTING* your application:
1. Creating a self-signed certificate:
- edit CreateCertificate.bat to change the path to Flex SDK,
- edit CreateCertificate.bat to set your certificate password (and name if you like),
- run CreateCertificate.bat to generate your self-signed certificate,
- wait a minute before packaging.
2. Packaging the application:
- edit PackageApplication.bat and change the path to Flex SDK,
- if you have a signed certificate, edit PackageApplication.bat to change the path to the certificate,
- run PackageApplication.bat, you will be prompted for the certificate password,
(note that you may not see '***' when typing your password - it works anyway)
- the packaged application should appear in your project in a new 'air' directory.
* to test your application from FlashDevelop, just press F5 as usual.