summaryrefslogtreecommitdiffstats
path: root/Tools/msi/bundle
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-05 21:05:17 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-05 21:05:17 (GMT)
commitc7d1cf4de95361e5d29422b63ae623919215fea4 (patch)
tree13f939cf532917542f4b2ba4cc91460f11bcb08f /Tools/msi/bundle
parent942dd9f3f77eef08fabddbd9fb883a866ad6d4cb (diff)
downloadcpython-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/bundle')
-rw-r--r--Tools/msi/bundle/bundle.icobin19790 -> 0 bytes
-rw-r--r--Tools/msi/bundle/bundle.wxs2
2 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/bundle/bundle.ico b/Tools/msi/bundle/bundle.ico
deleted file mode 100644
index 1ab629e..0000000
--- a/Tools/msi/bundle/bundle.ico
+++ /dev/null
Binary files differ
diff --git a/Tools/msi/bundle/bundle.wxs b/Tools/msi/bundle/bundle.wxs
index 38307e0..c89e6ee 100644
--- a/Tools/msi/bundle/bundle.wxs
+++ b/Tools/msi/bundle/bundle.wxs
@@ -4,7 +4,7 @@
<Bundle Name="!(loc.FullProductName)"
UpgradeCode="$(var.CoreUpgradeCode)"
Version="$(var.Version)"
- IconSourceFile="bundle.ico"
+ IconSourceFile="..\..\..\PC\icons\setup.ico"
Manufacturer="!(loc.Manufacturer)"
AboutUrl="http://www.python.org/"
DisableModify="button"