Parcourir la source

sync win32 download function

pull/116/head
zhyim il y a 1 an
Parent
révision
145250c151
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      ElectronJS/update_chrome.py

+ 2
- 0
ElectronJS/update_chrome.py Voir le fichier

@ -175,6 +175,8 @@ if __name__ == "__main__":
"./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":

Chargement…
Annuler
Enregistrer