From eec9dfdee1567a3e2915613a0f2ac6007fba87db Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Tue, 1 Feb 2022 07:33:32 +1100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc2f2e3a..b71acf02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,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. This should be compatible with all modern 64-bit distros. If you need help building it on an older or 32-bit system, please contact admin@espotek.com" + export UPLOADTOOL_BODY="EspoTek Labrador software for Linux. This should be compatible with all modern 64-bit distros. If you're running 32-bit Linux, please see the wiki for build instructions. https://github.com/EspoTek/Labrador/wiki/Building-for-32-bit-Linux" wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh bash upload.sh EspoTek_Labrador*.AppImage fi