diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-30 20:20:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 20:20:38 (GMT) |
commit | 2ab609dd614045f3b112ede0b0883339de784f2a (patch) | |
tree | 308945814e7f66702ebe1e2dde57dec84b0b2314 /Tools/msi/bundle/Default.ARM64.xsl | |
parent | 581c4434de62d9d36392f10e65866c081fb18d71 (diff) | |
download | cpython-2ab609dd614045f3b112ede0b0883339de784f2a.zip cpython-2ab609dd614045f3b112ede0b0883339de784f2a.tar.gz cpython-2ab609dd614045f3b112ede0b0883339de784f2a.tar.bz2 |
bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203)
Diffstat (limited to 'Tools/msi/bundle/Default.ARM64.xsl')
-rw-r--r-- | Tools/msi/bundle/Default.ARM64.xsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/msi/bundle/Default.ARM64.xsl b/Tools/msi/bundle/Default.ARM64.xsl index f63da4e..b28b3f2 100644 --- a/Tools/msi/bundle/Default.ARM64.xsl +++ b/Tools/msi/bundle/Default.ARM64.xsl @@ -10,6 +10,10 @@ </xsl:copy> </xsl:template> + <!-- + ** No longer need this change, but I'm leaving the snippets here as an example + ** in case we need to add another override in the future. + <xsl:template match="*[local-name()='String' and @Id='InstallButtonNote']"> <String Id="InstallButtonNote">[TargetDir] @@ -20,4 +24,5 @@ Creates shortcuts but no file associations</String> <xsl:template match="*[local-name()='String' and @Id='Include_launcherHelp']"> <String Id="Include_launcherHelp">(The 'py' launcher is currently unavailable on ARM64.)</String> </xsl:template> + --> </xsl:stylesheet>
\ No newline at end of file |