Skip to content

Commit

Permalink
release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rachpt committed Apr 16, 2020
1 parent 810ed1d commit 0f555dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def sizeHint(self, option, index):


class MainWindow(Ui_MainWindow):
__version__ = 'v0.2.4'
__version__ = 'v0.2.5'
if not os.path.isdir("./src") or not os.path.isfile("./src/file.ico"):
from src import release_src

Expand Down
10 changes: 5 additions & 5 deletions pyinstaller_version_info.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, 2, 4, 0),
prodvers=(0, 2, 4, 0),
filevers=(0, 2, 5, 0),
prodvers=(0, 2, 5, 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,12 +31,12 @@ StringFileInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'rachpt.cn'),
StringStruct(u'FileDescription', u'蓝奏云客户端'),
StringStruct(u'FileVersion', u'0.2.4'),
StringStruct(u'FileVersion', u'0.2.5'),
StringStruct(u'InternalName', u'lanzou-gui'),
StringStruct(u'LegalCopyright', u'Copyright (c) rachpt'),
StringStruct(u'OriginalFilename', u'lanzou-gui_win64_v0.2.4.exe'),
StringStruct(u'OriginalFilename', u'lanzou-gui_win64_v0.2.5.exe'),
StringStruct(u'ProductName', u'lanzou-gui_Win64'),
StringStruct(u'ProductVersion', u'0.2.4 (r200408)')])
StringStruct(u'ProductVersion', u'0.2.5 (r200416)')])
]),
VarFileInfo([VarStruct(u'Translation', [2052, 1033])])
]
Expand Down

0 comments on commit 0f555dd

Please sign in to comment.