improve packing script

This commit is contained in:
Filip Gralinski 2015-12-20 21:54:37 +01:00
parent c6a6ee45f4
commit 15adf46d73
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ PACKAGE=gonito-$DATESTAMP.tar.gz
echo $PACKAGE
stack install
cp ~/.local/bin/gonito .
tar zvcf $PACKAGE gonito config/ static/
rm gonito