Skip to content

Commit b3bde83

Browse files
authored
Update make-appimage.sh
1 parent aeec075 commit b3bde83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export DEPLOY_QT_WEB_ENGINE=0
2727

2828
# Deploy dependencies
2929
quick-sharun ./AppDir/bin/* \
30-
./AppDir/bin/libexec/*
30+
./AppDir/bin/libexec/* \
31+
/usr/lib/libmng*
3132

3233
## Hardlink QtWebEngineProcess to sharun manually, as it's in a non-standard libexec directory
3334
rm -f ./AppDir/bin/libexec/QtWebEngineProcess

0 commit comments

Comments
 (0)