mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-02 13:58:37 +00:00
fix: ma debug adb path
This commit is contained in:
parent
0af13110eb
commit
3ac2bcdeef
2 changed files with 5 additions and 5 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04]
|
os: [ubuntu-22.04]
|
||||||
qt-ver: [5.15.1]
|
qt-ver: [5.15.1]
|
||||||
qt-arch-install: [gcc_64]
|
qt-arch-install: [gcc_64]
|
||||||
gcc-arch: [x64]
|
gcc-arch: [x64]
|
||||||
|
|
|
@ -36,10 +36,10 @@ int main(int argc, char *argv[])
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
qputenv("QTSCRCPY_ADB_PATH", "../../QtScrcpy/QtScrcpyCore/src/third_party/adb/linux/adb");
|
qputenv("QTSCRCPY_ADB_PATH", "../../../QtScrcpy/QtScrcpyCore/src/third_party/adb/linux/adb");
|
||||||
qputenv("QTSCRCPY_SERVER_PATH", "../../QtScrcpy/QtScrcpyCore/src/third_party/scrcpy-server");
|
qputenv("QTSCRCPY_SERVER_PATH", "../../../QtScrcpy/QtScrcpyCore/src/third_party/scrcpy-server");
|
||||||
qputenv("QTSCRCPY_CONFIG_PATH", "../../config");
|
qputenv("QTSCRCPY_KEYMAP_PATH", "../../../keymap");
|
||||||
qputenv("QTSCRCPY_KEYMAP_PATH", "../../keymap");
|
qputenv("QTSCRCPY_CONFIG_PATH", "../../../config");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
g_msgType = covertLogLevel(Config::getInstance().getLogLevel());
|
g_msgType = covertLogLevel(Config::getInstance().getLogLevel());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue