]> 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:39:16 +0000 (05:39 -0700)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 12:39:16 +0000 (05:39 -0700)
commitc06983bc30e02700552c91be45559ca27fabc08e
tree8ded768c07d40703137a358ed3867f08f1cb101b
parent73812a49941f7a1d01ae48ed533f7d57af680e1a
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