Better handling of AIR version label/number

This commit is contained in:
Joshua Granick
2017-09-25 09:58:14 -07:00
parent 17f044cc0d
commit e92cedda2e
3 changed files with 44 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/25.0">
<id>::APP_PACKAGE::</id>
<versionNumber>::APP_VERSION::</versionNumber>
<versionLabel>::APP_VERSION::</versionLabel>
<versionNumber>::APP_BUILD_NUMBER_SPLIT::</versionNumber>
<filename>::APP_FILE::</filename>
<name>::APP_TITLE::</name>
<description>::APP_DESCRIPTION::</description>