10000
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 9a16539 commit 2178affCopy full SHA for 2178aff
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)),
5ED1 code>
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