From 2ab609dd614045f3b112ede0b0883339de784f2a Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 30 Mar 2022 21:20:38 +0100 Subject: bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203) --- .../next/Windows/2022-03-30-19-55-00.bpo-47171.MbqCWn.rst | 1 + Tools/msi/bundle/Default.ARM64.xsl | 5 +++++ Tools/msi/bundle/bundle.wxs | 11 +---------- Tools/msi/exe/exe.wixproj | 15 +++------------ 4 files changed, 10 insertions(+), 22 deletions(-) create mode 100644 Misc/NEWS.d/next/Windows/2022-03-30-19-55-00.bpo-47171.MbqCWn.rst diff --git a/Misc/NEWS.d/next/Windows/2022-03-30-19-55-00.bpo-47171.MbqCWn.rst b/Misc/NEWS.d/next/Windows/2022-03-30-19-55-00.bpo-47171.MbqCWn.rst new file mode 100644 index 0000000..d9f1795 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-03-30-19-55-00.bpo-47171.MbqCWn.rst @@ -0,0 +1 @@ +Enables installing the :file:`py.exe` launcher on Windows ARM64. 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 @@ + \ No newline at end of file diff --git a/Tools/msi/bundle/bundle.wxs b/Tools/msi/bundle/bundle.wxs index ac4b7a6..19e67fa 100644 --- a/Tools/msi/bundle/bundle.wxs +++ b/Tools/msi/bundle/bundle.wxs @@ -56,9 +56,7 @@ - - - + @@ -76,17 +74,12 @@ - - - - - @@ -115,9 +108,7 @@ - - diff --git a/Tools/msi/exe/exe.wixproj b/Tools/msi/exe/exe.wixproj index be44f44..592c8d2 100644 --- a/Tools/msi/exe/exe.wixproj +++ b/Tools/msi/exe/exe.wixproj @@ -32,18 +32,9 @@ - - - - - - - - @(HostPython) - $(HostPython.Remove($(HostPython.IndexOf(';')))) - - - + + + -- cgit v0.12