Skip to content

asconfigc v0.10.0

Compare
Choose a tag to compare
@joshtynjala joshtynjala released this 21 Dec 23:32
  • 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".