We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeec075 commit b3bde83Copy full SHA for b3bde83
make-appimage.sh
@@ -27,7 +27,8 @@ export DEPLOY_QT_WEB_ENGINE=0
27
28
# Deploy dependencies
29
quick-sharun ./AppDir/bin/* \
30
- ./AppDir/bin/libexec/*
+ ./AppDir/bin/libexec/* \
31
+ /usr/lib/libmng*
32
33
## Hardlink QtWebEngineProcess to sharun manually, as it's in a non-standard libexec directory
34
rm -f ./AppDir/bin/libexec/QtWebEngineProcess
0 commit comments