File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ script:
53
53
make -j$(nproc); export COMPILE_RESULT=$?
54
54
if [[ "$QT_BASE" != "510" ]]; then exit $COMPILE_RESULT; fi
55
55
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
62
62
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
63
63
chmod a+x linuxdeployqt*.AppImage
64
64
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
You can’t perform that action at this time.
0 commit comments