Merge pull request #297 from kiwix/appimage_fix

Fix creation of appimage.
This commit is contained in:
Matthieu Gautier 2019-02-20 11:31:37 +01:00 committed by GitHub
commit 63844cc13c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -82,8 +82,6 @@ addons:
- ctpp2-utils - ctpp2-utils
- libmagic-dev - libmagic-dev
matrix: matrix:
allow_failures:
- env: PLATFORM="native_dyn" DESKTOP_ONLY=1
include: include:
- env: PLATFORM="native_dyn" DESKTOP_ONLY=1 - env: PLATFORM="native_dyn" DESKTOP_ONLY=1
addons: addons:

View File

@ -40,4 +40,4 @@ chmod a+x linuxdeployqt-continuous-x86_64.AppImage
# Fix the RPATH of QtWebEngineProcess [TODO] Fill a issue ? # Fix the RPATH of QtWebEngineProcess [TODO] Fill a issue ?
patchelf --set-rpath '$ORIGIN/../lib' $APPDIR/usr/libexec/QtWebEngineProcess patchelf --set-rpath '$ORIGIN/../lib' $APPDIR/usr/libexec/QtWebEngineProcess
# Build the image. # Build the image.
./linuxdeployqt-continuous-x86_64.AppImage $APPDIR/usr/share/applications/kiwix-desktop.desktop -verbose=3 -bundle-non-qt-libs -extra-plugins=imageformats,iconengines -appimage ./linuxdeployqt-continuous-x86_64.AppImage $APPDIR/usr/share/applications/kiwix-desktop.desktop -verbose=3 -unsupported-allow-new-glibc -bundle-non-qt-libs -extra-plugins=imageformats,iconengines -appimage