Don't use literal newlines in description

This commit is contained in:
Chris Esposito 2019-08-24 14:14:31 +10:00
parent bf8249861f
commit 77948b673f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ after_success:
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export UPLOADTOOL_SUFFIX="Linux"
find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
export UPLOADTOOL_BODY=$'EspoTek Labrador software for Linux.\nFor Debian-based distros (including the Ubuntu family), you can use the .deb.\nFor other distros, you will need to use the .AppImage or build from source (instructions available in main page).'
export UPLOADTOOL_BODY="EspoTek Labrador software for Linux. For Debian-based distros (including the Ubuntu family), you can use the .deb. For other distros, you will need to use the .AppImage or build from source (instructions available in main page)."
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
bash upload.sh EspoTek_Labrador*.AppImage EspoTek_Labrador*.deb
fi