Skip to content

Commit 806a539

Browse files
authored
Update .travis.yml
1 parent 16beb0b commit 806a539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ after_success:
7070
- |
7171
# OSX
7272
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
73-
export UPLOADTOOL_SUFFIX="current macOS release"
73+
export UPLOADTOOL_SUFFIX="macOS"
7474
export UPLOADTOOL_BODY="EspoTek Labrador software for macOS 10.13 and later."
7575
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
7676
bash upload.sh bin/Labrador.dmg
7777
# Linux
7878
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
79-
export UPLOADTOOL_SUFFIX="current Linux release"
79+
export UPLOADTOOL_SUFFIX="Linux"
8080
find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
8181
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)."
8282
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh

0 commit comments

Comments
 (0)