File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,9 @@ Extension Modules
209
209
Build
210
210
-----
211
211
212
+ - Issue 5390: Add uninstall icon independent of whether file
213
+ extensions are installed.
214
+
212
215
- Issue #6094: Build correctly with Subversion 1.7.
213
216
214
217
- Link the shared python library with $(MODLIBS).
Original file line number Diff line number Diff line change @@ -1256,7 +1256,7 @@ def add_registry(db):
1256
1256
"" , r"[TARGETDIR]Python.exe" , "REGISTRY.def" ),
1257
1257
("DisplayIcon" , - 1 ,
1258
1258
r"Software\Microsoft\Windows\CurrentVersion\Uninstall\%s" % product_code ,
1259
- "DisplayIcon" , "[TARGETDIR]python.exe" , "REGISTRY.def " )
1259
+ "DisplayIcon" , "[TARGETDIR]python.exe" , "REGISTRY" )
1260
1260
])
1261
1261
# Shortcuts, see "Shortcut Table"
1262
1262
add_data (db , "Directory" ,
You can’t perform that action at this time.
0 commit comments