Skip to content

Commit

Permalink
v5.22 -
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYX committed Aug 27, 2023
1 parent a3aa96c commit 422c7b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ check0.txt
check5.txt
*.zip
ocr/
info.yml
info.yml
version.txt
3 changes: 1 addition & 2 deletions update.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ def main_operation():
try:
version_local = win32api.GetFileVersionInfo('gui.exe', strInfoPath)
except:
operation_label.config(text="本地文件异常")
return
version_local = '不存在'
if version_remote == version_local:
operation_label.config(text="当前已是最新版本")
return
Expand Down

0 comments on commit 422c7b5

Please sign in to comment.