]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
authorZackery Spytz <zspytz@gmail.com>
Tue, 19 May 2020 12:20:39 +0000 (06:20 -0600)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 12:20:39 +0000 (13:20 +0100)
commit8c862e51248c5ebfec787badec88eb58c9267e1e
tree540743af37894df48fcdf8f37a9c99015ca0a401
parent29251b787be93d47d06f58a9da65dd29f97fa632
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)

Use text/x-python instead of text/plain to avoid issues with tools assuming that "ShellExecute(script)" is a non-executable operation.
Tools/msi/launcher/launcher_reg.wxs