You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added clean option to delete the project's output folder.
Added unpackage-anes option to copy ANEs to a folder named .as3mxml-unpackaged-anes inside he output folder. Allows ANEs to be used when testing an Adobe AIR app in the desktop simulator. Used by Visual Studio Code.
Added storepass option to specify the code signing password for packaging an Adobe AIR application. If omitted, a prompt will be displayed instead (which was the existing behavior).
Fixed issue where using the namespace compiler option sometimes caused compilation to fail because its formatting was inconsistent.
Fixed issue where using the include-namespaces would always cause compilation to fail because the command line option passed to the compiler was missing the letter "s".