From d51833c279c78fc34cc8be42bb5b7060eb689fae Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 7 Nov 2021 23:31:54 +0800 Subject: [PATCH] =?UTF-8?q?chore.=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=EF=BC=8C=E6=9B=B4=E6=96=B0=E6=88=AA=E5=9B=BE=E7=9A=84?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MeoAssistance/Version.h | 2 +- tools/screen.bat | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/MeoAssistance/Version.h b/src/MeoAssistance/Version.h index 4554282372..995e60fa67 100644 --- a/src/MeoAssistance/Version.h +++ b/src/MeoAssistance/Version.h @@ -1,5 +1,5 @@ #pragma once namespace asst { - constexpr static const char* Version = "v1.3-alpha.7"; + constexpr static const char* Version = "v1.3-beta"; } \ No newline at end of file diff --git a/tools/screen.bat b/tools/screen.bat index 58fed46322..0cee96bc59 100644 --- a/tools/screen.bat +++ b/tools/screen.bat @@ -1,3 +1,5 @@ -adb connect 127.0.0.1:5555 -adb -s 127.0.0.1:5555 shell screencap /sdcard/screen.png -adb -s 127.0.0.1:5555 pull /sdcard/screen.png . \ No newline at end of file +set port=5555 + +adb connect 127.0.0.1:%port% +adb -s 127.0.0.1:%port% shell screencap /sdcard/screen.png +adb -s 127.0.0.1:%port% pull /sdcard/screen.png . \ No newline at end of file