File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ script:
5353 make -j$(nproc); export COMPILE_RESULT=$?
5454 if [[ "$QT_BASE" != "510" ]]; then exit $COMPILE_RESULT; fi
5555 make install INSTALL_ROOT=AppDir
56- if [[ "$TRAVIS_TAG" != "" ]]; then
57- wget https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-11494.zip -O library.zip;
58- unzip library.zip;
59- mkdir -p AppDir/usr/share/leocad;
60- mv library.bin AppDir/usr/share/leocad/library.bin;
61- fi
56+ if [[ "$TRAVIS_TAG" != "" ]]; then
57+ wget https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-11494.zip -O library.zip;
58+ unzip library.zip;
59+ mkdir -p AppDir/usr/share/leocad;
60+ mv library.bin AppDir/usr/share/leocad/library.bin;
61+ fi
6262 wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
6363 chmod a+x linuxdeployqt*.AppImage
6464 unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
You can’t perform that action at this time.
0 commit comments