📦️ build(pyinstaller): 引入 resources.spec 并更新 .gitignore 规则

This commit is contained in:
webjoin111 2025-08-26 23:10:26 +08:00
parent 37bdee3ea0
commit 54af073d78
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

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

1
resources.spec Normal file
View File

@ -0,0 +1 @@
require_resources_version: ">=1.0.0"