From ec7f08ab8aa81c83e430772322ac8c510078fdd5 Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Mon, 18 Oct 2021 12:43:03 +1100 Subject: [PATCH] Un-nuked stupid deletion that broke Linux build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7a83baff..2783977e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,6 +84,7 @@ after_success: 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" wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh + bash upload.sh EspoTek_Labrador*.AppImage fi branches: