-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathversion_info.txt
More file actions
29 lines (29 loc) · 659 Bytes
/
version_info.txt
File metadata and controls
29 lines (29 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# UTF-8
#
# For information on the syntax of this file, see:
# http://www.pyinstaller.org/
#
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 9, 0),
prodvers=(1, 9, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904B0',
[StringStruct(u'FileVersion', u'1.9.0'),
StringStruct(u'ProductName', u'VividNode'),
StringStruct(u'LegalCopyright', u'Copyright © 2024 Jung Gyu Yoon'),
StringStruct(u'ProductVersion', u'1.9.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)