This commit is contained in:
Your Name
2026-08-27 16:02:38 +08:00
parent 75e214dc08
commit 4b8b4eb649
@@ -0,0 +1,32 @@
# UTF-8
# PyInstaller version resource template. Values are generated from
# doctor_workstation.__version__ by packaging/doctor_workstation.spec.
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(@VERSION_TUPLE@),
prodvers=(@VERSION_TUPLE@),
mask=0x3f,
flags=0x0,
OS=0x40004,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo([
StringTable(
'080404B0',
[
StringStruct('CompanyName', 'ZYT'),
StringStruct('FileDescription', '医生工作台'),
StringStruct('FileVersion', '@VERSION_STRING@'),
StringStruct('InternalName', 'DoctorWorkstation'),
StringStruct('OriginalFilename', 'DoctorWorkstation.exe'),
StringStruct('ProductName', '医生工作台'),
StringStruct('ProductVersion', '@VERSION_STRING@')
]
)
]),
VarFileInfo([VarStruct('Translation', [2052, 1200])])
]
)