Changes between Version 12 and Version 13 of UpdateVersions
- Timestamp:
- Mar 20, 2008, 11:11:35 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdateVersions
v12 v13 9 9 == Single-file application versions == #singlefile 10 10 11 File names must be of the form `NAME_VERSION_PLATFORM[ :PLAN-CLASS][.ext]`, e.g.:11 File names must be of the form `NAME_VERSION_PLATFORM[__PLAN-CLASS][.ext]`, e.g.: 12 12 {{{ 13 13 astropulse_7.17_windows_intelx86.exe … … 25 25 == Multiple-file application versions == #multifile 26 26 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.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. 28 28 29 29 If 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>]).