Merge pull request #297 from kiwix/appimage_fix
Fix creation of appimage.
This commit is contained in:
commit
63844cc13c
|
@ -82,8 +82,6 @@ addons:
|
|||
- ctpp2-utils
|
||||
- libmagic-dev
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: PLATFORM="native_dyn" DESKTOP_ONLY=1
|
||||
include:
|
||||
- env: PLATFORM="native_dyn" DESKTOP_ONLY=1
|
||||
addons:
|
||||
|
|
|
@ -40,4 +40,4 @@ chmod a+x linuxdeployqt-continuous-x86_64.AppImage
|
|||
# Fix the RPATH of QtWebEngineProcess [TODO] Fill a issue ?
|
||||
patchelf --set-rpath '$ORIGIN/../lib' $APPDIR/usr/libexec/QtWebEngineProcess
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue