Skip to content

Commit 62e8a84

Browse files
authored
Remove gstreamermedia plugin
1 parent 3c46bb1 commit 62e8a84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make-appimage.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ quick-sharun ./AppDir/bin/* \
3333
rm -f ./AppDir/bin/libexec/QtWebEngineProcess
3434
ln -f ./AppDir/sharun ./AppDir/bin/libexec/QtWebEngineProcess
3535

36+
## Remove libgstreamermediaplugin.so, as libffmpegmediaplugin.so already exists
37+
rm -v ./AppDir/bin/plugins/multimedia/libgstreamermediaplugin.so
38+
3639
## Fix desktop file exec to be for the real executable
3740
sed -e 's|Exec=viber|Exec=Viber|g' -i ./AppDir/com.viber.Viber.desktop
3841

0 commit comments

Comments
 (0)