This commit is contained in:
konqi
2021-08-19 19:58:44 +02:00
parent 0d0ce30e65
commit 5b04c0feeb
2 changed files with 3 additions and 3 deletions

2
ADB.cs
View File

@@ -14,7 +14,7 @@ namespace AndroidSideloader
class ADB
{
static Process adb = new Process();
public static string adbFolderPath = "C:\\RSL\\2.1.1\\ADB";
public static string adbFolderPath = "C:\\RSL\\2.8.2\\ADB";
public static string adbFilePath = adbFolderPath + "\\adb.exe";
public static string DeviceID = "";
public static string package = "";

View File

@@ -114,8 +114,8 @@ namespace AndroidSideloader
updatesnotified = false;
string adbFile = "C:\\RSL\\2.1.1\\adb\\adb.exe";
string adbDir = "C:\\RSL\\2.1.1\\adb";
string adbFile = "C:\\RSL\\2.8.2\\adb\\adb.exe";
string adbDir = "C:\\RSL\\2.8.2\\adb";
string fileName = "";
string destFile = "";
string date_time = DateTime.Now.ToString("dddd, MMMM dd @ hh:mmtt (UTC)");