Skip to content

Commit

Permalink
release: for you-get v0.4.1536
Browse files Browse the repository at this point in the history
  • Loading branch information
LussacZheng committed Jul 12, 2021
1 parent 694b936 commit 5dc154b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build/file_version_info.sample.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=(0, 4, 1527, 0),
prodvers=(2021, 6, 7, 0),
filevers=(0, 4, 1536, 0),
prodvers=(2021, 7, 12, 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 @@ -31,13 +31,13 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'Comments', u'Dumb downloader that scrapes the web'),
StringStruct(u'FileDescription', u'Dumb downloader that scrapes the web'),
# '0.4.1527' or '0.4.1527.ur'
StringStruct(u'FileVersion', u'0.4.1527'),
# '0.4.1536' or '0.4.1536.ur'
StringStruct(u'FileVersion', u'0.4.1536'),
StringStruct(u'OriginalFilename', u'you-get.exe'),
StringStruct(u'LegalCopyright', u'Released on GitHub@LussacZheng/you-get.exe'),
StringStruct(u'ProductName', u'You-Get Unofficial Build Executable for Windows'),
# 'UB210607_x64' or 'UB210607_x86'
StringStruct(u'ProductVersion', u'UB210607_x64')])
# 'UB210712_x64' or 'UB210712_x86'
StringStruct(u'ProductVersion', u'UB210712_x64')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit 5dc154b

Please sign in to comment.