mirror of https://github.com/EspoTek/Labrador.git
changed location of Labrador.dmg in yaml
This commit is contained in:
parent
9025dba7a1
commit
9e3ee17a29
|
@ -75,7 +75,7 @@ after_success:
|
||||||
# OSX
|
# OSX
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||||
bash upload.sh Labrador.dmg
|
bash upload.sh bin/Labrador.dmg
|
||||||
# Linux
|
# Linux
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
||||||
|
|
Loading…
Reference in New Issue