summaryrefslogtreecommitdiffstats
path: root/PC/layout/support/appxmanifest.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by ↵Miss Skeleton (bot)2020-10-201-2/+7
| | | | | | | Andrew Clover (GH-22817) (cherry picked from commit 6d883fbe14751b58d9ed2fd708322613d8931035) Co-authored-by: Steve Dower <steve.dower@python.org>
* Fix APPX registry key generation (GH-17489)Miss Islington (bot)2019-12-091-11/+11
| | | | | (cherry picked from commit e89e159b18cc9f32a0a4a818d080eb6a63d888a7) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-33125: Add support for building and releasing Windows ARM64 packages ↵Steve Dower2019-12-061-9/+34
| | | | | (GH-17480) Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable.
* bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)Miss Islington (bot)2019-08-071-1/+1
| | | | | (cherry picked from commit 0378d98678f3617fd44d9a6266e7c17ebce62755) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37778: Fixes the icons used for file associations to the Microsoft Store ↵Miss Islington (bot)2019-08-071-14/+19
| | | | | | | package (GH-15150) (cherry picked from commit 87ce9588ceb4b4dd625913344844390f0b991b0c) Co-authored-by: Steve Dower <steve.dower@python.org>
* bpo-37734: Fix use of registry values to launch Python from Microsoft Store ↵Miss Islington (bot)2019-08-071-7/+7
| | | | | | | app (GH-15146) (cherry picked from commit 1fab9cbfbaf19a7bc79cef382136fcf9491e3183) Co-authored-by: Steve Dower <steve.dower@python.org>
* Implement Windows release builds in Azure Pipelines (GH-14065)Steve Dower2019-06-141-36/+26
| | | Includes backported fixes from GH-14091
* bpo-36649: Remove trailing spaces for registry keys when installed via the ↵Steve Dower2019-04-171-7/+6
| | | | Store (GH-12865)
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-111-0/+487
| | | Also adds the PC/layout script for generating layouts on Windows.
* Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)Victor Stinner2018-12-071-487/+0
| | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
* bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-071-0/+487