Skip to content
Snippets Groups Projects
Commit c396ca39 authored by probonopd's avatar probonopd Committed by GitHub
Browse files

Update .travis.yml

[ci skip]
parent e5901b65
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@ script:
- wget https://transfer.sh/DHN4B/linuxdeployqt-799f704-x86-64.appimage
- chmod a+x linuxdeployqt-799f704-x86-64.appimage
- export VERSION=$(git describe --always)
- ./linuxdeployqt-799f704-x86-64.appimage ./xdgurl.AppDir/xdgurl -qmldir=./src/app/qml -verbose=2 -bundle-non-qt-libs # https://github.com/probonopd/linuxdeployqt/issues/25
- ./linuxdeployqt-799f704-x86-64.appimage ./xdgurl.AppDir/xdgurl -qmldir=./src/app/qml -verbose=2 -bundle-non-qt-libs
- ./linuxdeployqt-799f704-x86-64.appimage --appimage-extract
- ./linuxdeployqt-*.appimage ./xdgurl.AppDir/xdgurl -qmldir=./src/app/qml -verbose=2 -bundle-non-qt-libs # https://github.com/probonopd/linuxdeployqt/issues/25
- ./linuxdeployqt-*.appimage ./xdgurl.AppDir/xdgurl -qmldir=./src/app/qml -verbose=2 -bundle-non-qt-libs # twice because of #25
- ./linuxdeployqt-*.appimage --appimage-extract # So that we can do the next line manually
- rm ./xdgurl.AppDir/AppRun && mv ./xdgurl.AppDir/desktopintegration ./xdgurl.AppDir/AppRun
- ./squashfs-root/usr/bin/appimagetool ./xdgurl.AppDir/
- AI=$(ls xdgurl-release-*.AppImage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment