Changes between Version 12 and Version 13 of UpdateVersions


Ignore:
Timestamp:
Mar 20, 2008, 11:11:35 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdateVersions

    v12 v13  
    99== Single-file application versions == #singlefile
    1010
    11 File names must be of the form `NAME_VERSION_PLATFORM[:PLAN-CLASS][.ext]`, e.g.:
     11File names must be of the form `NAME_VERSION_PLATFORM[__PLAN-CLASS][.ext]`, e.g.:
    1212{{{
    1313astropulse_7.17_windows_intelx86.exe
     
    2525== Multiple-file application versions == #multifile
    2626
    27 Application versions can consist of multiple files, one of which is the main program. To create a multiple-file application version, create a directory '''with the same name as the main program''' (of the form `NAME_VERSION_PLATFORM[_PLAN-CLASS][.ext]`) and put the files in that directory.
     27Application versions can consist of multiple files, one of which is the main program. To create a multiple-file application version, create a directory '''with the same name as the main program''' (of the form `NAME_VERSION_PLATFORM[__PLAN-CLASS][.ext]`) and put the files in that directory.
    2828
    2929If your application includes executable files other than the main file, make sure that their protection flags include the user execute (u+x) bit (`update_versions` will then set the `<executable/>` flag on its [XmlFormat#file_info <file_info>]).