diff --git a/.travis.yml b/.travis.yml index d14a28be..24e3cc7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,8 +63,8 @@ script: - cd .. - wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" - chmod a+x linuxdeployqt-continuous-x86_64.AppImage -- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH -- export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file +#- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH +- export VERSION=$(printf "`cat currentrelease | head -n 1 `-`git rev-list master --count`-` git -C . rev-parse --short HEAD`") #$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file - ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage