Skip to content

Commit 0c2ac8b

Browse files
authored
Update make-appimage.sh
1 parent 4f912c5 commit 0c2ac8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

make-appimage.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ export DEPLOY_QT_WEB_ENGINE=0
2323
# Deploy dependencies
2424
quick-sharun ./AppDir/bin/* \
2525
./AppDir/bin/libexec/*
26-
26+
27+
## Hardlink QtWebEngineProcess to sharun manually, as it's in a non-standard libexec directory
2728
rm -f ./AppDir/bin/libexec/QtWebEngineProcess
2829
ln -f ./AppDir/sharun ./AppDir/bin/libexec/QtWebEngineProcess
2930

31+
## Fix desktop file exec to be for the real executable
3032
sed -e 's|Exec=viber|Exec=Viber|g' -i ./AppDir/com.viber.Viber.desktop
3133

3234
# Turn AppDir into AppImage

0 commit comments

Comments
 (0)