On Thu, Jul 19, 2012 at 7:39 AM, Carol Frampton <cfram...@adobe.com> wrote:
> > > On 7/18/12 7 :05PM, "Om" <bigosma...@gmail.com> wrote: > > >On Wed, Jul 18, 2012 at 3:55 PM, Daniel Ruiz <daniel.r...@gmail.com> > >wrote: > > > >The build script needs to be fixed to automatically bump up the version > >number every time the script is run. Does anyone want to submit a patch > >for this? The code is available here: > > > http://svn.apache.org/repos/asf/incubator/flex/utilities/InstallApacheFlex > >/ > > I'll add build number support later today. > > Carol > > > > > Thanks Carol :-) I also wanted to build an auto-update mechanism for the installer. Since we are using native installers, the AIR's built in auto-update cannot be used. For this it would be nice if the build script creates/updates a version.xml file while creating the artifacts. The script should automatically push the version.xml along with the .exe and .dmg file to the release sites. The app will check the version.xml each time and download the new installer if there is an update. Am I missing something else? Thanks, Om