From 4834f4f942b37d8b99d1f648cdceaf407e70b0cb Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Sat, 24 Nov 2018 09:20:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QtScrcpy/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QtScrcpy/main.cpp b/QtScrcpy/main.cpp index 825b1ec..f6b7d69 100644 --- a/QtScrcpy/main.cpp +++ b/QtScrcpy/main.cpp @@ -16,8 +16,8 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); #ifdef Q_OS_WIN32 - qputenv("QTSCRCPY_ADB_PATH", "..\\..\\..\\third_party\\adb\\adb.exe"); - qputenv("QTSCRCPY_SERVER_PATH", "..\\..\\..\\third_party\\scrcpy-server.jar"); + qputenv("QTSCRCPY_ADB_PATH", "../../../third_party/adb/adb.exe"); + qputenv("QTSCRCPY_SERVER_PATH", "../../../third_party/scrcpy-server.jar"); #endif //加载样式表