Try to fix?
This commit is contained in:
parent
02c8d7f6b9
commit
024601090c
|
@ -26,7 +26,7 @@ script:
|
||||||
- mkdir -p appdir/usr/plugins/imageformats/
|
- mkdir -p appdir/usr/plugins/imageformats/
|
||||||
- cp /opt/qt*/plugins/imageformats/libqsvg.so 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 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:
|
after_success:
|
||||||
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
|
||||||
|
|
Loading…
Reference in a new issue