File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# --------------------------------------------------------------------------
4+ # DelphiDabbler Code Snippets Database v2
45#
56# Build tool for Windows to package up files ready for release.
67#
8+ # This file is licensed under the MIT license, copyright © 2020 Peter Johnson,
9+ # https://gravatar.com/delphidabbler
10+ #
11+ #
712# Two packages are made, each in a zip file: one containing the collection and
813# the other containing documentation. Both zip files are written to the
914# _release sub-folder in the collection's home directory.
1015#
11- # Any pre-existing _release sub-folder is deleted before the zip files are
16+ # Any pre-existing _release sub-folder is cleared before the zip files are
1217# created.
1318#
1419# Requirements:
You can’t perform that action at this time.
0 commit comments