-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.txt
More file actions
33 lines (32 loc) · 1.44 KB
/
version.txt
File metadata and controls
33 lines (32 loc) · 1.44 KB
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
30
31
32
# version.txt
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(1, 0, 0, 0), # Version complète avec 4 éléments
prodvers=(1, 0, 0, 0), # Version complète avec 4 éléments
mask=0x3f,
flags=0x0,
OS=0x4, # VOS_NT_WINDOWS64
fileType=0x1, # VFT_APP
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
'040C04B0', # Code de langue pour le français
[StringStruct('CompanyName', 'Gaëtan Sencie'),
StringStruct('FileDescription', 'Application permettant d\'extraire du texte à partir de fichiers image'),
StringStruct('FileVersion', '1.0.0.0'), # Version complète avec 4 éléments
StringStruct('InternalName', 'Simple Text Extractor'),
StringStruct('LegalCopyright', '© Gaëtan Sencie 2025 tous droits réservés'),
StringStruct('OriginalFilename', 'main.exe'),
StringStruct('ProductName', 'Simple Text Extractor'),
StringStruct('ProductVersion', '1.0.0.0'), # Version complète avec 4 éléments
StringStruct('Author', 'Gaëtan Sencie'),
StringStruct('OS', '64-bit'),
StringStruct('Processor', 'x64')])
]),
VarFileInfo([VarStruct('Translation', [1036, 1200])])
]
)