From a25665514c71f19ed20d4c74de0966f41a954c0b Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 24 Jan 2019 21:45:10 +1100 Subject: [PATCH] added full path to travis yaml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95303442d..5c81e839c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH - export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file - ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop - - ./$APPIMGTOOL 'appdir' -n -g + - ./$APPIMGTOOL '/home/travis/build/olive-editor/olive/appdir' -n -g after_success: - find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq