mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
📦️ build(pyinstaller): 引入 resources.spec 并更新 .gitignore 规则
This commit is contained in:
parent
37bdee3ea0
commit
54af073d78
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,6 +32,7 @@ MANIFEST
|
|||||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||||
*.manifest
|
*.manifest
|
||||||
*.spec
|
*.spec
|
||||||
|
!resources.spec
|
||||||
|
|
||||||
# Installer logs
|
# Installer logs
|
||||||
pip-log.txt
|
pip-log.txt
|
||||||
|
|||||||
1
resources.spec
Normal file
1
resources.spec
Normal file
@ -0,0 +1 @@
|
|||||||
|
require_resources_version: ">=1.0.0"
|
||||||
Loading…
Reference in New Issue
Block a user