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.
2 parents 7f2ebbf + de73821 commit 4707829Copy full SHA for 4707829
make-appimage.sh
@@ -40,11 +40,7 @@ rm -fv ./AppDir/bin/lib/libswscale*
40
# Deploy dependencies
41
quick-sharun ./AppDir/bin/* \
42
./AppDir/bin/libexec/* \
43
- /usr/lib/libmng*
44
-
45
-## Hardlink QtWebEngineProcess to sharun manually, as it's in a non-standard libexec directory
46
-rm -f ./AppDir/bin/libexec/QtWebEngineProcess
47
-ln -f ./AppDir/sharun ./AppDir/bin/libexec/QtWebEngineProcess
+ /usr/lib/libmng*
48
49
## Fix desktop file exec to be for the real executable
50
sed -e 's|Exec=viber|Exec=Viber|g' -i ./AppDir/com.viber.Viber.desktop
0 commit comments