Skip to content

Commit f7d256f

Browse files
authored
Update make-appimage.sh
1 parent ab5aa8e commit f7d256f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

make-appimage.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ export DEPLOY_QT_WEB_ENGINE=0
2222

2323
# Deploy dependencies
2424
quick-sharun ./AppDir/bin/* \
25-
./AppDir/bin/libexec/QtWeb*
25+
./AppDir/bin/libexec/*
26+
27+
rm -f ./AppDir/bin/libexec/QtWebEngineProcess
28+
ln -f ./AppDir/sharun ./AppDir/bin/libexec/QtWebEngineProcess
2629

2730
sed -e 's|Exec=viber|Exec=Viber|g' -i ./AppDir/com.viber.Viber.desktop
2831

0 commit comments

Comments
 (0)