diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 21:05:17 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-05 21:05:17 (GMT) |
commit | c7d1cf4de95361e5d29422b63ae623919215fea4 (patch) | |
tree | 13f939cf532917542f4b2ba4cc91460f11bcb08f /Tools/msi/common.wxs | |
parent | 942dd9f3f77eef08fabddbd9fb883a866ad6d4cb (diff) | |
download | cpython-c7d1cf4de95361e5d29422b63ae623919215fea4.zip cpython-c7d1cf4de95361e5d29422b63ae623919215fea4.tar.gz cpython-c7d1cf4de95361e5d29422b63ae623919215fea4.tar.bz2 |
Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang.
Diffstat (limited to 'Tools/msi/common.wxs')
-rw-r--r-- | Tools/msi/common.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/common.wxs b/Tools/msi/common.wxs index dd41ce8..a97ee92 100644 --- a/Tools/msi/common.wxs +++ b/Tools/msi/common.wxs @@ -44,7 +44,7 @@ <Fragment> <!-- Include an icon for the Programs and Features dialog --> - <Icon Id="ARPIcon" SourceFile="!(bindpath.src)PC\pycon.ico" /> + <Icon Id="ARPIcon" SourceFile="!(bindpath.src)PC\icons\setup.ico" /> <Property Id="ARPPRODUCTICON" Value="ARPIcon" /> <Property Id="ARPNOMODIFY" Value="1" /> <Property Id="DISABLEADVTSHORTCUTS" Value="1" /> |