#!/bin/bash
export LD_LIBRARY_PATH="${APPDIR}/scrcpy/usr/lib"
"${APPDIR}/scrcpy/usr/bin/scrcpy" "$@" 
