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 7215d1a commit e35dd55Copy full SHA for e35dd55
Tools/msi/purge.py
@@ -65,7 +65,10 @@
65
"python-{}-webinstall.exe".format(m.group(0)),
66
"python-{}-amd64.exe".format(m.group(0)),
67
"python-{}-amd64-webinstall.exe".format(m.group(0)),
68
+ "python-{}-embed-amd64.zip".format(m.group(0)),
69
+ "python-{}-embed-win32.zip".format(m.group(0)),
70
] + ["win32{}/{}".format(REL, f) for f in FILES] + ["amd64{}/{}".format(REL, f) for f in FILES]
71
+PATHS = PATHS + [p + ".asc" for p in PATHS]
72
73
print('Purged:')
74
for n in PATHS:
0 commit comments