File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
# Build tool for Windows to package up files ready for release.
7
7
#
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
9
9
# Johnson, https://gravatar.com/delphidabbler
10
10
#
11
11
#
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.
15
16
#
16
17
# Any pre-existing _release sub-folder is cleared before the zip files are
17
18
# created.
18
19
#
19
20
# Requirements:
20
21
#
21
22
# - The release version number must be passed to this script as a command
22
- # line.
23
+ # line parameter .
23
24
#
24
- # - The zip utility is required to zip up the files.
25
+ # - The zip utility program is required to zip up the files.
25
26
#
26
27
# --------------------------------------------------------------------------
27
28
You can’t perform that action at this time.
0 commit comments