]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 May 2020 12:42:52 +0000 (05:42 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 12:42:52 +0000 (05:42 -0700)
commit46fc3ec056ff7ce65e9b96f14bd0b06aa1d0c62d
tree39e92cf0f7190ff63174b3e349edd7a324303d10
parent560d6436611900bc23d3dd1158acbe6fa39b2c9b
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.
(cherry picked from commit 8c862e51248c5ebfec787badec88eb58c9267e1e)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Tools/msi/launcher/launcher_reg.wxs