We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190c3fb commit fe8efc3Copy full SHA for fe8efc3
scripts/download-tools.py
@@ -27,7 +27,7 @@
27
def download_adb_fastboot(platform: str):
28
"""Download adb and fastboot executable from dl.google.com, extract the zip and save to file."""
29
if platform == "win32":
30
- platform = "windows"
+ platform = "win"
31
logger.info(f"Download adb and fastboot for {platform}...")
32
url = f"https://dl.google.com/android/repository/platform-tools_r35.0.2-{platform}.zip"
33
# Downloading the file by sending the request to the URL
0 commit comments