File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ script:
2727 - make install DESTDIR=$(readlink -f appdir) ; find appdir/
2828 - wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
2929 - chmod a+x linuxdeployqt-continuous-x86_64.AppImage
30- - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
3130 - export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file
3231 - ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage -qmake=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
3332after_success :
34- - find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
3533 - wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
3634 - bash upload.sh QPhotoRec*.AppImage*
3735branches :
You can’t perform that action at this time.
0 commit comments