]> jfr.im git - yt-dlp.git/blob - win/ver.txt
Merge branch 'fix-mitele' of https://github.com/DjMoren/youtube-dl
[yt-dlp.git] / win / ver.txt
1 # UTF-8
2 #
3 # For more details about fixed file info 'ffi' see:
4 # http://msdn.microsoft.com/en-us/library/ms646997.aspx
5 VSVersionInfo(
6 ffi=FixedFileInfo(
7 # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
8 # Set not needed items to zero 0.
9 filevers=(6, 9, 2020, 0),
10 prodvers=(6, 9, 2020, 0),
11 # Contains a bitmask that specifies the valid bits 'flags'r
12 mask=0x3f,
13 # Contains a bitmask that specifies the Boolean attributes of the file.
14 flags=0x0,
15 # The operating system for which this file was designed.
16 # 0x4 - NT and there is no need to change it.
17 # OS=0x40004,
18 OS=0x4,
19 # The general type of file.
20 # 0x1 - the file is an application.
21 fileType=0x1,
22 # The function of the file.
23 # 0x0 - the function is not defined for this fileType
24 subtype=0x0,
25 # Creation date and time stamp.
26 date=(0, 0)
27 ),
28 kids=[
29 StringFileInfo(
30 [
31 StringTable(
32 u'040904B0',
33 [StringStruct(u'Comments', u'Youtube-dlc Command Line Interface.'),
34 StringStruct(u'CompanyName', u'theidel@uni-bremen.de'),
35 StringStruct(u'FileDescription', u'Media Downloader'),
36 StringStruct(u'FileVersion', u'6.9.2020.0'),
37 StringStruct(u'InternalName', u'youtube-dlc'),
38 StringStruct(u'LegalCopyright', u'theidel@uni-bremen.de | UNLICENSE'),
39 StringStruct(u'OriginalFilename', u'youtube-dlc.exe'),
40 StringStruct(u'ProductName', u'Youtube-dlc'),
41 StringStruct(u'ProductVersion', u'6.9.2020.0 | git.io/JUGsM')])
42 ]),
43 VarFileInfo([VarStruct(u'Translation', [0, 1200])])
44 ]
45 )