bundle gstreamer in a better way
This commit is contained in:
parent
4af15a8c88
commit
eae0e94a81
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ if [ $is_linux = true ]; then
|
|||
export LD_LIBRARY_PATH="$QTPATH/$QTVERSION/$QTOS/lib:$(pwd)/AppDir/usr/lib"
|
||||
|
||||
# Create AppImage.
|
||||
./linuxdeploy-x86_64.AppImage --output "appimage" --plugin "qt" --appdir "AppDir"
|
||||
./linuxdeploy-x86_64.AppImage --output "appimage" --plugin "qt" --plugin "gstreamer" --appdir "AppDir"
|
||||
|
||||
# Rename AppImaage.
|
||||
set -- R*.AppImage
|
||||
|
|
Loading…
Add table
Reference in a new issue