diff --git a/.travis.yml b/.travis.yml index 7c39c4c..2abf42e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: - mkdir -p appdir/usr/plugins/imageformats/ - cp /opt/qt*/plugins/imageformats/libqsvg.so appdir/usr/plugins/imageformats/ - #./linuxdeploy-x86_64.AppImage appdir/usr/share/applications/*.desktop -qmldir=./src/qml/ -bundle-non-qt-libs - - ./linuxdeploy-x86_64.AppImage --plugin qt --appdir appdir --output appimage + - ./linuxdeploy-x86_64.AppImage --appdir AppDir -e KittehPlayer -i KittehPlayer.png -d KittehPlayer.desktop --plugin qt --output appimage after_success: - find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq