From 16beb0b57ebdb1ee11b6f81fb07f6df8765e3534 Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Fri, 5 Mar 2021 16:52:33 +1100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d67c47de..0eca93b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,13 +70,13 @@ after_success: - | # OSX if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - export UPLOADTOOL_SUFFIX="macOS" + export UPLOADTOOL_SUFFIX="current macOS release" export UPLOADTOOL_BODY="EspoTek Labrador software for macOS 10.13 and later." wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh bash upload.sh bin/Labrador.dmg # Linux elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - export UPLOADTOOL_SUFFIX="Linux" + export UPLOADTOOL_SUFFIX="current Linux release" find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq export UPLOADTOOL_BODY="EspoTek Labrador software for Linux. Please note that the .deb is unsupported - it's recommended you install the AppImage or build from source (instructions available in main page)." wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh