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 4f912c5 commit 0c2ac8bCopy full SHA for 0c2ac8b
make-appimage.sh
@@ -23,10 +23,12 @@ export DEPLOY_QT_WEB_ENGINE=0
23
# Deploy dependencies
24
quick-sharun ./AppDir/bin/* \
25
./AppDir/bin/libexec/*
26
-
+
27
+## Hardlink QtWebEngineProcess to sharun manually, as it's in a non-standard libexec directory
28
rm -f ./AppDir/bin/libexec/QtWebEngineProcess
29
ln -f ./AppDir/sharun ./AppDir/bin/libexec/QtWebEngineProcess
30
31
+## Fix desktop file exec to be for the real executable
32
sed -e 's|Exec=viber|Exec=Viber|g' -i ./AppDir/com.viber.Viber.desktop
33
34
# Turn AppDir into AppImage
0 commit comments