From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 19 May 2020 12:42:52 +0000 (-0700) Subject: bpo-39631: Fix file association MIME type in the Windows installer (GH-20205) X-Git-Tag: v3.8.4rc1~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46fc3ec056ff7ce65e9b96f14bd0b06aa1d0c62d;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Tools/msi/launcher/launcher_reg.wxs b/Tools/msi/launcher/launcher_reg.wxs index dace97ee58bb..e8d9d24d43fa 100644 --- a/Tools/msi/launcher/launcher_reg.wxs +++ b/Tools/msi/launcher/launcher_reg.wxs @@ -6,14 +6,14 @@ - + - +