We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792631d commit 082d5d2Copy full SHA for 082d5d2
csdb/MakeRelease.sh
@@ -1,14 +1,19 @@
1
#!/bin/bash
2
3
# --------------------------------------------------------------------------
4
+# DelphiDabbler Code Snippets Database v2
5
#
6
# Build tool for Windows to package up files ready for release.
7
8
+# This file is licensed under the MIT license, copyright © 2020 Peter Johnson,
9
+# https://gravatar.com/delphidabbler
10
+#
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.
15
-# 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
17
# created.
18
19
# Requirements:
0 commit comments