1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-01-10 16:29:48 +00:00

12 lines
271 B
Bash
Raw Normal View History

2020-07-05 12:36:41 -05:00
# https://github.com/Kentzo/git-archive-all
# build archives
export VERSION=`git tag | tail -1`
export OUTDIR=dist
echo Creating $OUTDIR
git-archive-all --prefix . release/$OUTDIR.zip
zip -9r release/$OUTDIR.zip gen
mkdir $OUTDIR
cd $OUTDIR
unzip ../release/$OUTDIR.zip