Skip to content

Commit edf37fa

Browse files
committed
use shell execute to false
1 parent d3d8660 commit edf37fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

QuestAppVersionSwitcher/Adb/AdbServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ private async Task StartServer()
4242
adbInfo.WorkingDirectory = FilesDir;
4343
adbInfo.RedirectStandardOutput = true;
4444
adbInfo.RedirectStandardError = true;
45+
adbInfo.UseShellExecute = false;
4546
adbInfo.EnvironmentVariables["HOME"] = FilesDir;
4647
adbInfo.EnvironmentVariables["TMPDIR"] = CacheDir;
4748
adbInfo.EnvironmentVariables["ADB_MDNS"] = "0";

0 commit comments

Comments
 (0)