Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
5f62112d
Kaydet (Commit)
5f62112d
authored
Eyl 23, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issues #25112: py.exe launcher is missing icons
üst
452498a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
28 deletions
+30
-28
NEWS
Misc/NEWS
+2
-0
pylauncher.rc
PC/pylauncher.rc
+28
-28
No files found.
Misc/NEWS
Dosyayı görüntüle @
5f62112d
...
...
@@ -153,6 +153,8 @@ Build
Windows
-------
-
Issues
#
25112
:
py
.
exe
launcher
is
missing
icons
-
Issue
#
25102
:
Windows
installer
does
not
precompile
for
-
O
or
-
OO
.
-
Issue
#
25081
:
Makes
Back
button
in
installer
go
back
to
upgrade
page
when
...
...
PC/pylauncher.rc
Dosyayı görüntüle @
5f62112d
#include <windows.h>
#define MS_WINDOWS
#include "..\Include\modsupport.h"
#include "..\Include\patchlevel.h"
#ifdef _DEBUG
# include "pythonnt_rc_d.h"
#else
# include "pythonnt_rc.h"
#endif
#include "python_ver_rc.h"
// Include the manifest file that indicates we support all
// current versions of Windows.
#include <winuser.h>
1 RT_MANIFEST "python.manifest"
#define PYTHON_VERSION PY_VERSION "\0"
#define PYVERSION64 PY_MAJOR_VERSION, PY_MINOR_VERSION, FIELD3, PYTHON_API_VERSION
1 ICON DISCARDABLE "launcher.ico"
2 ICON DISCARDABLE "py.ico"
3 ICON DISCARDABLE "pyc.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION PYVERSION64
PRODUCTVERSION PYVERSION64
FILEFLAGSMASK 0x
17
L
FILEFLAGSMASK 0x
3f
L
#ifdef _DEBUG
FILEFLAGS
0x1L
FILEFLAGS
VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS
0x4L
FILETYPE
0x1L
FILEOS
VOS__WINDOWS32
FILETYPE
VFT_APP
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0
809
04b0"
BLOCK "0
000
04b0"
BEGIN
VALUE "Comments", "Python Launcher for Windows"
VALUE "CompanyName", "Python Software Foundation"
VALUE "FileDescription", "Python Launcher for Windows (Console)"
VALUE "CompanyName", PYTHON_COMPANY "\0"
VALUE "FileDescription", "Python\0"
VALUE "FileVersion", PYTHON_VERSION
VALUE "InternalName", "
py
"
VALUE "LegalCopyright",
"Copyright (C) 2011-2014 Python Software Foundation
"
VALUE "OriginalFilename", "py"
VALUE "ProductName", "Python
Launcher for Windows
"
VALUE "InternalName", "
Python Launcher\0
"
VALUE "LegalCopyright",
PYTHON_COPYRIGHT "\0
"
VALUE "OriginalFilename", "py"
PYTHON_DEBUG_EXT ".exe\0"
VALUE "ProductName", "Python
\0
"
VALUE "ProductVersion", PYTHON_VERSION
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x
809
, 1200
VALUE "Translation", 0x
0
, 1200
END
END
IDI_ICON1 ICON "launcher.ico"
END
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment