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 22aa03b commit 9b98b93Copy full SHA for 9b98b93
createZipAndTarball.sh
@@ -7,12 +7,9 @@ COLEAT_GIT_HEAD=$(grep COLEAT_GIT_HEAD include/coleat-git-version.h | awk '{pri
7
tstamp=$(TZ=UTC0 date +'%Y%m%d.%H%M')
8
prefix=coleat-$COLEAT_VERSION_MAJOR.$COLEAT_VERSION_MINOR-$tstamp.$COLEAT_GIT_HEAD
9
zip=$prefix.zip
10
-tarball=$prefix.tar.gz
11
12
zip $zip README.txt
13
14
(cd bin; zip ../$zip *.exe *.dll)
15
16
zip $zip demo.vbs demo.exe demo.frm u1.odt u2.docx
17
-
18
-git archive --prefix=$prefix/ -o $tarball $COLEAT_GIT_HEAD
0 commit comments