diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-12-07 12:57:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 12:57:43 +0100 |
commit | cb0b78a070ea3b704416e74f64046178ae0dff3e (patch) | |
tree | 870d16be7589c152a71a31df5824d4ae29a2c042 /PC/pylauncher.rc | |
parent | 8452ca15f41061c8a6297d7956df22ab476d4df4 (diff) | |
download | cpython-git-cb0b78a070ea3b704416e74f64046178ae0dff3e.tar.gz |
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
Diffstat (limited to 'PC/pylauncher.rc')
-rw-r--r-- | PC/pylauncher.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/PC/pylauncher.rc b/PC/pylauncher.rc index 92987af713..3da3445f5f 100644 --- a/PC/pylauncher.rc +++ b/PC/pylauncher.rc @@ -7,11 +7,6 @@ #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" @@ -19,7 +14,6 @@ 5 ICON DISCARDABLE "icons\python.ico" 6 ICON DISCARDABLE "icons\pythonw.ico" 7 ICON DISCARDABLE "icons\setup.ico" -#endif ///////////////////////////////////////////////////////////////////////////// // |