Skip to content

Commit

Permalink
[skip travis] winver
Browse files Browse the repository at this point in the history
  • Loading branch information
blackjack4494 committed Sep 16, 2020
1 parent 17cb02d commit fe84e2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions win/ver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(6, 9, 2020, 0),
prodvers=(6, 9, 2020, 0),
filevers=(16, 9, 2020, 0),
prodvers=(16, 9, 2020, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -33,12 +33,12 @@ VSVersionInfo(
[StringStruct(u'Comments', u'Youtube-dlc Command Line Interface.'),
StringStruct(u'CompanyName', u'[email protected]'),
StringStruct(u'FileDescription', u'Media Downloader'),
StringStruct(u'FileVersion', u'6.9.2020.0'),
StringStruct(u'FileVersion', u'16.9.2020.0'),
StringStruct(u'InternalName', u'youtube-dlc'),
StringStruct(u'LegalCopyright', u'[email protected] | UNLICENSE'),
StringStruct(u'OriginalFilename', u'youtube-dlc.exe'),
StringStruct(u'ProductName', u'Youtube-dlc'),
StringStruct(u'ProductVersion', u'6.9.2020.0 | git.io/JUGsM')])
StringStruct(u'ProductVersion', u'16.9.2020.0 | git.io/JUGsM')])
]),
VarFileInfo([VarStruct(u'Translation', [0, 1200])])
]
Expand Down

0 comments on commit fe84e2a

Please sign in to comment.