新增高级打包器

This commit is contained in:
2023-01-18 18:29:02 +08:00
parent fc19480aa1
commit f30560bd6e
3 changed files with 566 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ Maintainer: {}
Depends: deepin-elf-verify, uengine (>= 1.0.1)
Section: utils
Priority: optional
Description: {}\n'''.format(apkPackageNameNew, apkPackageVersion, apkChineseLabel, apkChineseLabel)
Description: {}, Build By UEngine Runner Packager\n'''.format(apkPackageNameNew, apkPackageVersion, apkChineseLabel, apkChineseLabel)
debPostinst = '''#!/bin/sh
APK_DIR="/usr/share/uengine/apk"
@@ -426,7 +426,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])
###########################