From 468a15aaf9206448a744fc5eab3fc21f51966aad Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Thu, 6 Dec 2018 21:09:20 -0800 Subject: bpo-34977: Add Windows App Store package (GH-10245) --- PC/pylauncher.rc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'PC/pylauncher.rc') 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 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 ///////////////////////////////////////////////////////////////////////////// // -- cgit v1.2.1