Skip to content

Commit a5f077c

Browse files
authored
Add files via upload
1 parent 2843ce0 commit a5f077c

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

command.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--version-file version.txt

version-model.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
)

0 commit comments

Comments
 (0)