Skip to content

Commit fe8efc3

Browse files
committed
Fix windows android tooling download
1 parent 190c3fb commit fe8efc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
def download_adb_fastboot(platform: str):
2828
"""Download adb and fastboot executable from dl.google.com, extract the zip and save to file."""
2929
if platform == "win32":
30-
platform = "windows"
30+
platform = "win"
3131
logger.info(f"Download adb and fastboot for {platform}...")
3232
url = f"https://dl.google.com/android/repository/platform-tools_r35.0.2-{platform}.zip"
3333
# Downloading the file by sending the request to the URL

0 commit comments

Comments
 (0)