Add webengine indication to list.

This commit is contained in:
Martin Rotter 2017-10-24 07:18:13 +02:00
parent 6e74483da5
commit b158cca5b9

View File

@ -41,7 +41,7 @@ echo "File to upload: $imagename"
echo "URL ending: $imagenamenospace"
url=$(curl --upload-file "./$imagename" "https://transfer.sh/$imagenamenospace" --silent)
echo "| $(date +'%m-%d-%Y %T') | [$git_revision](https://github.com/martinrotter/rssguard/commit/$git_revision) | [transfer.sh]($url) |"$'\r' >> ./build-wiki/Linux-development-builds.md
echo "| $(date +'%m-%d-%Y %T') | [$git_revision](https://github.com/martinrotter/rssguard/commit/$git_revision) | [transfer.sh]($url) | $(echo "$USE_WEBENGINE") | "$'\r' >> ./build-wiki/Linux-development-builds.md
cd ./build-wiki
git commit -a -m "New files."