修复pyinstaller打包后,版本信息不对的问题。
This commit is contained in:
14
README.md
14
README.md
@@ -443,14 +443,14 @@ VSVersionInfo(
|
||||
StringTable(
|
||||
'040904B0', # 语言 0409=英语, 04B0=Unicode
|
||||
[
|
||||
StringStruct('CompanyName', 'MyCompany'),
|
||||
StringStruct('FileDescription', 'MyApp Application'),
|
||||
StringStruct('FileVersion', '5.0.1920.11'),
|
||||
StringStruct('InternalName', 'MyApp'),
|
||||
StringStruct('LegalCopyright', 'Copyright (C) 2026 MyCompany'),
|
||||
StringStruct('CompanyName', 'MyCompany'),
|
||||
StringStruct('FileDescription', 'MyApp Application'),
|
||||
StringStruct('FileVersion', '5.0.1920.11'),
|
||||
StringStruct('InternalName', 'MyApp'),
|
||||
StringStruct('LegalCopyright', 'Copyright (C) 2026 MyCompany'),
|
||||
StringStruct('OriginalFilename', 'MyApp.exe'),
|
||||
StringStruct('ProductName', 'MyApp'),
|
||||
StringStruct('ProductVersion', '5.0.1920.11'),
|
||||
StringStruct('ProductName', 'MyApp'),
|
||||
StringStruct('ProductVersion', '5.0.1920.11'),
|
||||
]
|
||||
)
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user