Closed mayanksh3khar closed 1 year ago
Updated Environment Variable to use Path.GetPathRoot instead of %SystemDrive%
You shouldn't only change this singular line, Rookie will still download & extract ADB into C:/ as that's how its set per code in Sideloader.cs.
Not only that but almost every directory path inside of the source code begins with C:/, so you'd have to ammend this change to each one of those.
Updated "adbFolderPath" to be adaptable for all cases even when C: is not the system drive
Here A: is system drive instead of C:.