mirror of
https://github.com/python/cpython.git
synced 2026-01-19 22:00:26 +00:00
Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
This commit is contained in:
parent
b4ad395d07
commit
ecb4f953dd
2 changed files with 4 additions and 1 deletions
|
|
@ -1060,6 +1060,9 @@ Tools/Demos
|
|||
Build
|
||||
-----
|
||||
|
||||
- Issue 5390: Add uninstall icon independent of whether file
|
||||
extensions are installed.
|
||||
|
||||
- Issue 5809: Specifying both --enable-framework and --enable-shared is
|
||||
an error. Configure now explicity tells you about this.
|
||||
|
||||
|
|
|
|||
|
|
@ -1257,7 +1257,7 @@ def add_registry(db):
|
|||
"", r"[TARGETDIR]Python.exe", "REGISTRY.def"),
|
||||
("DisplayIcon", -1,
|
||||
r"Software\Microsoft\Windows\CurrentVersion\Uninstall\%s" % product_code,
|
||||
"DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY.def")
|
||||
"DisplayIcon", "[TARGETDIR]python.exe", "REGISTRY")
|
||||
])
|
||||
# Shortcuts, see "Shortcut Table"
|
||||
add_data(db, "Directory",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue