summaryrefslogtreecommitdiff
path: root/PC/pylauncher.rc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-12-06 21:09:20 -0800
committerGitHub <noreply@github.com>2018-12-06 21:09:20 -0800
commit468a15aaf9206448a744fc5eab3fc21f51966aad (patch)
tree75c8f2aae7835ae7ca718ef8660a4c0899837bd3 /PC/pylauncher.rc
parentc9566b8c454120e3d0ddb5ab970f262a6cd80077 (diff)
downloadcpython-git-468a15aaf9206448a744fc5eab3fc21f51966aad.tar.gz
bpo-34977: Add Windows App Store package (GH-10245)
Diffstat (limited to 'PC/pylauncher.rc')
-rw-r--r--PC/pylauncher.rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/pylauncher.rc b/PC/pylauncher.rc
index 3da3445f5f..92987af713 100644
--- a/PC/pylauncher.rc
+++ b/PC/pylauncher.rc
@@ -7,6 +7,11 @@
#include <winuser.h>
1 RT_MANIFEST "python.manifest"
+#if defined(PY_ICON)
+1 ICON DISCARDABLE "icons\python.ico"
+#elif defined(PYW_ICON)
+1 ICON DISCARDABLE "icons\pythonw.ico"
+#else
1 ICON DISCARDABLE "icons\launcher.ico"
2 ICON DISCARDABLE "icons\py.ico"
3 ICON DISCARDABLE "icons\pyc.ico"
@@ -14,6 +19,7 @@
5 ICON DISCARDABLE "icons\python.ico"
6 ICON DISCARDABLE "icons\pythonw.ico"
7 ICON DISCARDABLE "icons\setup.ico"
+#endif
/////////////////////////////////////////////////////////////////////////////
//