From a0462d8c4d4cabd10728cbed4f26e098d99970a7 Mon Sep 17 00:00:00 2001 From: Matheus Albino Date: Mon, 8 Jul 2024 00:01:17 -0300 Subject: [PATCH] Changes scrcpy foldername --- scripts/shell/scrcpy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shell/scrcpy.sh b/scripts/shell/scrcpy.sh index 600a470..d07a29b 100755 --- a/scripts/shell/scrcpy.sh +++ b/scripts/shell/scrcpy.sh @@ -1,4 +1,4 @@ -SCRCPY_PATH="/mnt/e/programs/scrcpy-win64-v2.4" +SCRCPY_PATH="/mnt/e/programs/scrcpy-win64-v2.5" if [ ! -d "$SCRCPY_PATH" ]; then echo "The program's path does not exist ($SCRCPY_PATH)."