[turbolizer] Update deploy script

after previous change, which moved icons to .png format and
to subdirectory img/.

Bug: v8:7327
Notry: true
Change-Id: Iebbbe175cc65ed1f2e505084344a2b55864732e7
Reviewed-on: https://chromium-review.googlesource.com/c/1494009
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Reviewed-by: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59940}
This commit is contained in:
Sigurd Schneider 2019-02-28 12:41:50 +01:00 committed by Commit Bot
parent 65bc5513ca
commit 7da5552ece

View File

@ -13,12 +13,12 @@ function copy() {
} }
echo -n "Deploying..." echo -n "Deploying..."
copy *.jpg $DEST/
copy *.png $DEST/ copy *.png $DEST/
copy *.css $DEST/ copy *.css $DEST/
copy index.html $DEST/ copy index.html $DEST/
copy info-view.html $DEST/ copy info-view.html $DEST/
copy -R build $DEST/ copy -R build $DEST/
copy -R img $DEST/
echo "done!" echo "done!"
echo "Deployed to $DEST/." echo "Deployed to $DEST/."