mirror of https://github.com/EspoTek/Labrador.git
Removed deb from Linux
This commit is contained in:
parent
15b4078421
commit
1325742363
|
@ -63,7 +63,6 @@ script:
|
|||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
cd Desktop_Interface
|
||||
./make_appimage
|
||||
sudo ./make_deb
|
||||
fi
|
||||
|
||||
after_success:
|
||||
|
@ -78,9 +77,8 @@ 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. Please note that the .deb is unsupported - it's recommended you install the AppImage or build from source (instructions available in main page)."
|
||||
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 EspoTek_Labrador*.deb
|
||||
fi
|
||||
|
||||
branches:
|
||||
|
|
Loading…
Reference in New Issue