added full path to travis yaml

This commit is contained in:
itsmattkc
2019-01-24 21:45:10 +11:00
parent fc59cc95c5
commit a25665514c
+1 -1
View File
@@ -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