diff --git a/app/data/scrcpy_static_wrapper.sh b/app/data/scrcpy_static_wrapper.sh index ac1e7a95fc..b31b4f1f4d 100755 --- a/app/data/scrcpy_static_wrapper.sh +++ b/app/data/scrcpy_static_wrapper.sh @@ -1,6 +1,4 @@ #!/bin/bash cd "$(dirname ${BASH_SOURCE[0]})" export ADB="${ADB:-./adb}" -export SCRCPY_SERVER_PATH="${SCRCPY_SERVER_PATH:-./scrcpy-server}" -export SCRCPY_ICON_PATH="${SCRCPY_ICON_PATH:-./icon.png}" ./scrcpy_bin "$@"