Skip to content

Commit 375f7a5

Browse files
committed
fix travis new appImage URL
1 parent 0586c4f commit 375f7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ script:
3737
- cp ./usr/share/icons/hicolor/48x48/apps/fastqt.png .
3838
- cp ./usr/share/applications/fastqt.desktop .
3939
- cd ..
40-
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/3/linuxdeployqt-3-x86_64.AppImage"
40+
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
4141
- chmod a+x linuxdeployqt*.AppImage
4242
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
4343
- ./linuxdeployqt*.AppImage ./appdir/usr/bin/* -bundle-non-qt-libs

0 commit comments

Comments
 (0)