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 ab5aa8e commit f7d256fCopy full SHA for f7d256f
make-appimage.sh
@@ -22,7 +22,10 @@ export DEPLOY_QT_WEB_ENGINE=0
22
23
# Deploy dependencies
24
quick-sharun ./AppDir/bin/* \
25
- ./AppDir/bin/libexec/QtWeb*
+ ./AppDir/bin/libexec/*
26
+
27
+rm -f ./AppDir/bin/libexec/QtWebEngineProcess
28
+ln -f ./AppDir/sharun ./AppDir/bin/libexec/QtWebEngineProcess
29
30
sed -e 's|Exec=viber|Exec=Viber|g' -i ./AppDir/com.viber.Viber.desktop
31
0 commit comments