File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 55#
66# Build tool for Windows to package up files ready for release.
77#
8- # This file is licensed under the MIT license, copyright © 2020-2021 Peter
8+ # This file is licensed under the MIT license, copyright © 2020-2022 Peter
99# Johnson, https://gravatar.com/delphidabbler
1010#
1111#
12- # Two packages are made, each in a zip file: one containing the collection and
13- # the other containing documentation. Both zip files are written to the
14- # _release sub-folder in the collection's home directory.
12+ # Three packages are made, each in a zip file: one containing the
13+ # collection, another containing documentation and a third containing tests.
14+ # All zip files are written to the _release sub-folder in the collection's
15+ # home directory.
1516#
1617# Any pre-existing _release sub-folder is cleared before the zip files are
1718# created.
1819#
1920# Requirements:
2021#
2122# - The release version number must be passed to this script as a command
22- # line.
23+ # line parameter .
2324#
24- # - The zip utility is required to zip up the files.
25+ # - The zip utility program is required to zip up the files.
2526#
2627# --------------------------------------------------------------------------
2728
You can’t perform that action at this time.
0 commit comments