- 改进了自动打包工具,会自动生成版本信息,复制必要的文件,并删除多余的目录。

- 把自动生成的信息加入了git忽略名单
This commit is contained in:
yshtcn
2023-09-06 16:51:30 +08:00
parent 6446940ac6
commit 6ac1fc4d5d
2 changed files with 115 additions and 4 deletions

5
.gitignore vendored
View File

@@ -1,3 +1,8 @@
# Build & VerTxt
build/
version_info.txt
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]