build(gitignore): 添加 source/build.spec 到版本控制

新增 PyInstaller 构建配置文件 build.spec,用于定义应用打包时的模块、资源及可执行文件属性。
同时更新 .gitignore 以确保该配置文件被纳入版本管理。
This commit is contained in:
欧阳淇淇
2025-12-17 23:23:32 +08:00
parent ba653b3470
commit 7f8e94fc25
2 changed files with 68 additions and 0 deletions

1
.gitignore vendored
View File

@@ -31,6 +31,7 @@ MANIFEST
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
!source/build.spec
# Installer logs
pip-log.txt