mirror of
https://github.com/tauri-apps/linuxdeploy-plugin-gstreamer.git
synced 2026-01-31 00:45:18 +01:00
Check that required tools are available
This commit is contained in:
@@ -50,6 +50,13 @@ if [ "$APPDIR" == "" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! which patchelf &>/dev/null && ! type patchelf &>/dev/null; then
|
||||
echo "Error: patchelf not found"
|
||||
echo
|
||||
show_usage
|
||||
exit 2
|
||||
fi
|
||||
|
||||
mkdir -p "$APPDIR"
|
||||
|
||||
export GSTREAMER_VERSION=${GSTREAMER_VERSION:-1.0}
|
||||
|
||||
Reference in New Issue
Block a user