mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
parent
5576091fc7
commit
175d00784d
2 changed files with 6 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ msi = None
|
|||
if len(sys.argv)==2:
|
||||
msi = sys.argv[1]
|
||||
if Win64:
|
||||
modules = ["Microsoft_VC90_CRT_x86.msm", "policy_8_0_Microsoft_VC80_CRT_x86_x64.msm"]
|
||||
modules = ["Microsoft_VC90_CRT_x86_x64.msm", "policy_8_0_Microsoft_VC80_CRT_x86_x64.msm"]
|
||||
if not msi: msi = "python-%s.amd64.msi" % full_current_version
|
||||
else:
|
||||
modules = ["Microsoft_VC90_CRT_x86.msm","policy_8_0_Microsoft_VC80_CRT_x86.msm"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue