commit | c06983bc30e02700552c91be45559ca27fabc08e | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue May 19 05:39:16 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue May 19 05:39:16 2020 -0700 |
tree | 8ded768c07d40703137a358ed3867f08f1cb101b | |
parent | 73812a49941f7a1d01ae48ed533f7d57af680e1a [diff] |
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>