File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ --version-file version.txt
Original file line number Diff line number Diff line change
1
+ VSVersionInfo(
2
+ ffi=FixedFileInfo(
3
+ filevers=(x, x, x, x),
4
+ mask=0x3f,
5
+ flags=0x0,
6
+ OS=0x4,
7
+ fileType=0x1,
8
+ subtype=0x0,
9
+ date=(0, 0)
10
+ ),
11
+ kids=[
12
+ StringFileInfo(
13
+ [
14
+ StringTable(
15
+ u'040904b0',
16
+ [StringStruct(u'CompanyName', u'Your name here'),
17
+ StringStruct(u'ProductName', u'name here'),
18
+ StringStruct(u'ProductVersion', u'x.x.x.x'),
19
+ StringStruct(u'OriginalFilename', u'productname.exe'),
20
+ StringStruct(u'FileDescription', u'Short description goes here'),
21
+ StringStruct(u'LegalCopyright', u'copyright stuff here'),
22
+ StringStruct(u'LegalTrademarks', u'legal stuff here'),])
23
+ ]),
24
+ VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
25
+ ]
26
+ )
You can’t perform that action at this time.
0 commit comments