新增图标

This commit is contained in:
2023-01-18 18:46:03 +08:00
parent f30560bd6e
commit c4c4ee8722
10 changed files with 610 additions and 30 deletions

View File

@@ -451,7 +451,8 @@ if not lang in langFile.keys():
lang = "en_US.UTF-8"
information = json.loads(readtxt(programPath + "/information.json"))
version = information["Version"]
title = "{} {}".format(langFile[lang]["Uengine Apk Builder"]["Title"], version)
#title = "{} {}".format(langFile[lang]["Uengine Apk Builder"]["Title"], version)
title = f"UEngine 运行器应用打包器(高级) {version}"
iconPath = "{}/builer.svg".format(os.path.split(os.path.realpath(__file__))[0])
###########################