Changes between Version 8 and Version 9 of UpdateVersions


Ignore:
Timestamp:
Feb 12, 2008, 2:09:50 PM (16 years ago)
Author:
Nicolas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdateVersions

    v8 v9  
    2626== Multiple-file application versions == #multifile
    2727
    28 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[.ext]`) and put the files in that directory.
     28Application 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[.ext]`) and put the files in that directory.
    2929
    3030If 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>]).