Skip to content

Commit de73821

Browse files
authored
remove hardlink workaround
1 parent 7f2ebbf commit de73821

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

make-appimage.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ rm -fv ./AppDir/bin/lib/libswscale*
4040
# Deploy dependencies
4141
quick-sharun ./AppDir/bin/* \
4242
./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
43+
/usr/lib/libmng*
4844

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

0 commit comments

Comments
 (0)