修复简易打包器Installed-Size格式不规范的问题

This commit is contained in:
gfdgd xi 2023-05-18 22:33:43 +08:00
parent bf95889b93
commit 09eb12d750

View File

@ -539,7 +539,7 @@ class RunThread(QtCore.QThread):
["@@@Maintainer@@@", debMaintainer], ["@@@Maintainer@@@", debMaintainer],
["@@@Depends@@@", debDepends], ["@@@Depends@@@", debDepends],
["@@@Description@@@", debDescription], ["@@@Description@@@", debDescription],
["@@@Installed-Size@@@", str(buildProgramSize)], ["@@@Installed-Size@@@", str(int(buildProgramSize))],
["@@@Name@@@", exeName], ["@@@Name@@@", exeName],
["@@@EXEC_PATH@@@", exePathInBottle], ["@@@EXEC_PATH@@@", exePathInBottle],
["@@@Icon@@@", programIconPath] ["@@@Icon@@@", programIconPath]