Skip to content

Commit

Permalink
sync win32 download function
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyim0712 committed Jul 11, 2023
1 parent a15da42 commit 145250c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ElectronJS/update_chrome.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ def get_chrome_version():
"./chromedrivers/chromedriver.exe",
"./chrome_win64/chromedriver_win64.exe",
)
finally:
shutil.rmtree("./chromedrivers")
elif sys.platform == "linux" and platform.architecture()[0] == "64bit":
pass
elif sys.platform == "darwin" and platform.architecture()[0] == "64bit":
Expand Down

0 comments on commit 145250c

Please sign in to comment.