Update .travis.yml

This commit is contained in:
Chris Esposito 2021-03-05 16:36:13 +11:00 committed by GitHub
parent e7646344a9
commit a1776edef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ after_success:
# OSX
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
export UPLOADTOOL_SUFFIX="macOS"
export UPLOADTOOL_BODY="EspoTek Labrador software for macOS 10.10 and later."
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