mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Travis CI: linuxdeployqt version update (#63)
This commit is contained in:
parent
1cae41162c
commit
38ada014d5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ script:
|
|||
- sed -i -e 's|\.svg||g' leocad.desktop # Workaround
|
||||
- cp ../resources/leocad.png .
|
||||
- cd ..
|
||||
- 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"
|
||||
- chmod a+x linuxdeployqt*.AppImage
|
||||
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
|
||||
- ./linuxdeployqt*.AppImage ./appdir/usr/bin/leocad -bundle-non-qt-libs
|
||||
|
|
Loading…
Reference in a new issue