Update .travis.yml

This commit is contained in:
Maijin 2017-10-09 17:51:54 +02:00 committed by GitHub
parent 179394288e
commit 22cb654046

View File

@ -42,7 +42,7 @@ after_success:
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2 &&
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -verbose=2
find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq &&
export FILE_TO_UPLOAD="Cutter-x86_64.AppImage" &&
export FILE_TO_UPLOAD="Cutter-x86_64.AppImage"
; fi
before_script: