From 8c862e51248c5ebfec787badec88eb58c9267e1e Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Tue, 19 May 2020 06:20:39 -0600 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/msi/launcher/launcher_reg.wxs b/Tools/msi/launcher/launcher_reg.wxs index dace97ee58b..e8d9d24d43f 100644 --- a/Tools/msi/launcher/launcher_reg.wxs +++ b/Tools/msi/launcher/launcher_reg.wxs @@ -6,14 +6,14 @@ - + - +