We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0586c4f commit 375f7a5Copy full SHA for 375f7a5
.travis.yml
@@ -37,7 +37,7 @@ script:
37
- cp ./usr/share/icons/hicolor/48x48/apps/fastqt.png .
38
- cp ./usr/share/applications/fastqt.desktop .
39
- cd ..
40
- - wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/3/linuxdeployqt-3-x86_64.AppImage"
+ - wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
41
- chmod a+x linuxdeployqt*.AppImage
42
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
43
- ./linuxdeployqt*.AppImage ./appdir/usr/bin/* -bundle-non-qt-libs
0 commit comments