mirror of https://github.com/EspoTek/Labrador.git
Fixed build
This commit is contained in:
parent
e29004913c
commit
403dacb364
|
@ -63,7 +63,7 @@ script:
|
|||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
cd Desktop_Interface
|
||||
./make_appimage
|
||||
./make_deb
|
||||
sudo ./make_deb
|
||||
fi
|
||||
|
||||
after_success:
|
||||
|
|
|
@ -192,7 +192,7 @@ unix:!android:!macx{
|
|||
desktop.path = /usr/share/applications
|
||||
|
||||
symlink.path = /usr/bin
|
||||
symlink.extra = ln -sf ${INSTALL_ROOT}/usr/bin/EspoTek-Labrador/Labrador ${INSTALL_ROOT}/usr/bin/labrador
|
||||
symlink.extra = ln -sf ${INSTALL_ROOT}/usr/bin/EspoTek-Labrador/Labrador /usr/bin/labrador
|
||||
|
||||
udevextra.path = /etc/udev/rules.d
|
||||
!equals(DEB, 1){
|
||||
|
|
|
@ -9,7 +9,7 @@ wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/contin
|
|||
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
|
||||
unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
|
||||
export VERSION=$(git rev-parse --short HEAD)
|
||||
./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2
|
||||
./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -bundle-non-qt-libs -verbose=2 -unsupported-allow-new-glibc
|
||||
mkdir -p appdir/usr/optional/ ; wget -c https://github.com/darealshinji/AppImageKit-checkrt/releases/download/continuous/exec-x86_64.so -O ./appdir/usr/optional/exec.so
|
||||
mkdir -p appdir/usr/optional/libstdc++/ ; cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ./appdir/usr/optional/libstdc++/
|
||||
./linuxdeployqt*.AppImage --appimage-extract
|
||||
|
|
Loading…
Reference in New Issue