diff options
author | Steve Dower <steve.dower@python.org> | 2019-08-07 17:50:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-07 17:50:17 (GMT) |
commit | 87ce9588ceb4b4dd625913344844390f0b991b0c (patch) | |
tree | da832a773da3a3de31d2eeb0a573b8986eafad2e /Misc | |
parent | 1fab9cbfbaf19a7bc79cef382136fcf9491e3183 (diff) | |
download | cpython-87ce9588ceb4b4dd625913344844390f0b991b0c.zip cpython-87ce9588ceb4b4dd625913344844390f0b991b0c.tar.gz cpython-87ce9588ceb4b4dd625913344844390f0b991b0c.tar.bz2 |
bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-08-06-13-54-12.bpo-37778.AY1XhH.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-08-06-13-54-12.bpo-37778.AY1XhH.rst b/Misc/NEWS.d/next/Windows/2019-08-06-13-54-12.bpo-37778.AY1XhH.rst new file mode 100644 index 0000000..14d81c0 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-08-06-13-54-12.bpo-37778.AY1XhH.rst @@ -0,0 +1 @@ +Fixes the icons used for file associations to the Microsoft Store package. |