Skip to content

Commit 9b98b93

Browse files
author
Tor Lillqvist
committed
We don't need to create a tarball ourseleves now, GitHub handles that
1 parent 22aa03b commit 9b98b93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

createZipAndTarball.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ COLEAT_GIT_HEAD=$(grep COLEAT_GIT_HEAD include/coleat-git-version.h | awk '{pri
77
tstamp=$(TZ=UTC0 date +'%Y%m%d.%H%M')
88
prefix=coleat-$COLEAT_VERSION_MAJOR.$COLEAT_VERSION_MINOR-$tstamp.$COLEAT_GIT_HEAD
99
zip=$prefix.zip
10-
tarball=$prefix.tar.gz
1110

1211
zip $zip README.txt
1312

1413
(cd bin; zip ../$zip *.exe *.dll)
1514

1615
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

Comments
 (0)