Skip to content

Commit

Permalink
release: for you-get v0.4.1602
Browse files Browse the repository at this point in the history
  • Loading branch information
LussacZheng committed Apr 24, 2022
1 parent 91e1099 commit a0d0838
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build/file_version_info.example.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, 1555, 0),
prodvers=(2021, 11, 5, 0),
filevers=(0, 4, 1602, 0),
prodvers=(2022, 4, 24, 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.1555' or '0.4.1555.ur'
StringStruct(u'FileVersion', u'0.4.1555'),
# '0.4.1602' or '0.4.1602.ur'
StringStruct(u'FileVersion', u'0.4.1602'),
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'),
# 'UB211105_x64' or 'UB211105_x86'
StringStruct(u'ProductVersion', u'UB211105_x64')])
# 'UB220424_x64' or 'UB220424_x86'
StringStruct(u'ProductVersion', u'UB220424_x64')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit a0d0838

Please sign in to comment.