summarylogtreecommitdiffstats
path: root/path-fix.patch
diff options
context:
space:
mode:
authorMark Wagie2022-01-09 10:53:51 -0700
committerMark Wagie2022-01-09 10:53:51 -0700
commitd5aed3242c753b81f4235e1e5e3c2495ce45b082 (patch)
treec715251bfb621800bea5a6d986d302384a82a87c /path-fix.patch
parent5156c0b8f8976aceed891d48a311fc34fb7578ef (diff)
downloadaur-d5aed3242c753b81f4235e1e5e3c2495ce45b082.tar.gz
1.8.0
Diffstat (limited to 'path-fix.patch')
-rw-r--r--path-fix.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/path-fix.patch b/path-fix.patch
index 4e022c6322e3..fb5bd0778947 100644
--- a/path-fix.patch
+++ b/path-fix.patch
@@ -1,17 +1,17 @@
---- main.cpp 2020-08-29 23:08:56.000000000 -0600
-+++ main_new.cpp 2020-10-07 11:01:39.606244000 -0600
-@@ -35,10 +35,10 @@
+--- main-a.cpp 2022-01-09 02:11:41.000000000 -0700
++++ main-b.cpp 2022-01-09 09:59:04.997212291 -0700
+@@ -34,10 +34,10 @@
#endif
-
+
#ifdef Q_OS_LINUX
-- qputenv("QTSCRCPY_ADB_PATH", "../../../third_party/adb/linux/adb");
-- qputenv("QTSCRCPY_SERVER_PATH", "../../../third_party/scrcpy-server");
-- qputenv("QTSCRCPY_CONFIG_PATH", "../../../config");
-- qputenv("QTSCRCPY_KEYMAP_PATH", "../../../keymap");
+- qputenv("QTSCRCPY_ADB_PATH", "../../third_party/adb/linux/adb");
+- qputenv("QTSCRCPY_SERVER_PATH", "../../third_party/scrcpy-server");
+- qputenv("QTSCRCPY_CONFIG_PATH", "../../config");
+- qputenv("QTSCRCPY_KEYMAP_PATH", "../../keymap");
+ qputenv("QTSCRCPY_ADB_PATH", "/usr/bin/adb");
+ qputenv("QTSCRCPY_SERVER_PATH", "/opt/qtscrcpy/scrcpy-server");
+ qputenv("QTSCRCPY_CONFIG_PATH", "/etc/qtscrcpy");
+ qputenv("QTSCRCPY_KEYMAP_PATH", "/opt/qtscrcpy/keymap");
#endif
-
+
g_msgType = covertLogLevel(Config::getInstance().getLogLevel());