Skip to content

Commit

Permalink
release: for you-get v0.4.1620
Browse files Browse the repository at this point in the history
  • Loading branch information
LussacZheng committed Jul 2, 2022
1 parent 7202776 commit cdf03e0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 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, 1612, 0),
prodvers=(2022, 5, 30, 0),
filevers=(0, 4, 1620, 0),
prodvers=(2022, 7, 2, 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 @@ -32,12 +32,12 @@ VSVersionInfo(
[StringStruct(u'Comments', u'Dumb downloader that scrapes the web'),
StringStruct(u'FileDescription', u'Dumb downloader that scrapes the web'),
# '0.x.xxxx' or '0.x.xxxx.ur'
StringStruct(u'FileVersion', u'0.4.1612'),
StringStruct(u'FileVersion', u'0.4.1620'),
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'),
# 'UB{YYMMDD}_x64' or 'UB{YYMMDD}_x86'
StringStruct(u'ProductVersion', u'UB220530_x64')])
StringStruct(u'ProductVersion', u'UB220702_x64')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdf03e0

Please sign in to comment.