This commit is contained in:
Matias Alejo Garcia 2015-11-04 11:18:00 -03:00
commit 5214074d05
7 changed files with 18 additions and 382 deletions

View file

@ -55,6 +55,12 @@ echo $CMD
$CMD
checkOK
cd $BUILDDIR/../..
CMD="rsync -rLRv ./bower_components/trezor-connect/chrome/* $APPDIR"
echo $CMD
$CMD
checkOK
# Zipping chrome-extension
echo "${OpenColor}${Green}* Zipping all chrome-extension files...${CloseColor}"
cd $BUILDDIR