优化文案和简易打包器

This commit is contained in:
2022-12-04 16:13:08 +08:00
parent 01a3307626
commit 08dbe1cb80
4 changed files with 25 additions and 20 deletions

View File

@@ -1231,7 +1231,7 @@ fi
# 获取文件大小
################
self.label.emit("正在计算文件大小……")
size = int(getFileFolderSize(debPackagePath) / 1024)
size = int(getFileFolderSize(debPackagePath) / 1000)
################
# 写入文本文档
################