3.31 上传 dm rewrite
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# UTF-8
|
||||
#
|
||||
# For the syntax of this file, see:
|
||||
# https://pyinstaller.readthedocs.io/en/stable/spec-files.html#spec-file-version-info
|
||||
|
||||
VSVersionInfo(
|
||||
ffi=FixedFileInfo(
|
||||
filevers=(1, 0, 0, 1),
|
||||
prodvers=(1, 0, 0, 1),
|
||||
mask=0x3f,
|
||||
flags=0x0,
|
||||
OS=0x40004,
|
||||
fileType=0x1,
|
||||
subtype=0x0,
|
||||
date=(0, 0)
|
||||
),
|
||||
kids=[
|
||||
StringFileInfo(
|
||||
[
|
||||
StringTable(
|
||||
'040904B0',
|
||||
[StringStruct('CompanyName', '江西博微新技术有限公司'),
|
||||
StringStruct('FileDescription', 'Analysis'),
|
||||
StringStruct('FileVersion', '1.0.0.1'),
|
||||
StringStruct('InternalName', 'Analysis'),
|
||||
StringStruct('LegalCopyright', '© 江西博微新技术有限公司. All rights reserved.'),
|
||||
StringStruct('OriginalFilename', 'Analysis.exe'),
|
||||
StringStruct('ProductName', 'Analysis'),
|
||||
StringStruct('ProductVersion', '1.0.0.1')])
|
||||
]),
|
||||
VarFileInfo([VarStruct('Translation', [1033, 1200])])
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user