Missing && (#47)

This commit is contained in:
xarkes 2017-10-11 15:45:43 +02:00 committed by GitHub
parent f202306920
commit 5b1337d063

View File

@ -44,7 +44,7 @@ after_success:
chmod a+x linuxdeployqt*.AppImage && chmod a+x linuxdeployqt*.AppImage &&
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH && unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH &&
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2 && ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2 &&
./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage -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 && 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 ; fi