1.4.2
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
# 使用系统默认的 python3 运行
|
||||
###########################################################################################
|
||||
# 作者:gfdgd xi
|
||||
# 版本:1.3.3
|
||||
# 更新时间:2021年8月19日
|
||||
# 版本:1.4.2
|
||||
# 更新时间:2021年8月30日
|
||||
# 感谢:anbox、deepin 和 统信
|
||||
# 基于 Python3 的 tkinter 构建
|
||||
###########################################################################################
|
||||
@@ -374,7 +374,7 @@ def get_home():
|
||||
programPath = os.path.split(os.path.realpath(__file__))[0] # 返回 string
|
||||
information = json.loads(readtxt(programPath + "/information.json"))
|
||||
version = information["Version"]
|
||||
title = "uengine APK 应用打包器 {}".format(version)
|
||||
title = "UEngine APK 应用打包器 {}".format(version)
|
||||
iconPath = "{}/icon.png".format(os.path.split(os.path.realpath(__file__))[0])
|
||||
|
||||
###########################
|
||||
|
||||
Reference in New Issue
Block a user