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

Update .travis.yml

parent 2756f9b0
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ 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 -appimage
- AI=$(ls xdgurl-release-*.AppImage)
- curl --upload-file "$AI" "https://transfer.sh/$AI"
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