Changes between Version 9 and Version 10 of AppVersionNew
- Timestamp:
- Aug 2, 2011, 12:19:48 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppVersionNew
v9 v10 46 46 [ <copy_file/> ] 47 47 [ <logical_name>LNAME</logical_name> ] 48 [ <gzip/> ] 48 49 [ <url>URL0</url> ] 49 50 [ <url>URLn</url> ] … … 61 62 * '''copy_file''': the file is to be copied into the runtime directory 62 63 on the client, rather than being linked to. 63 * '''logical_name''': if '''copy_file''' is present, the nname of the file64 * '''logical_name''': if '''copy_file''' is present, the name of the file 64 65 in the runtime directory. 66 * '''gzip''': gzip the file on the server, so that it will use less network 67 bandwidth for each download. 68 [FileCompression#gzipencoding Details here]. 65 69 * '''url''': URLs from which the file can be downloaded. 66 70 Use this if you want to mirror your executables on separate servers.