Fixed some bugs and packaged them into executable files

This commit is contained in:
2025-02-09 22:31:17 +08:00
parent 0a9f6d7fcd
commit 46c4928b87
6 changed files with 19 additions and 5 deletions

1
build.bat Normal file
View File

@@ -0,0 +1 @@
.\.venv\Scripts\pyinstaller.exe --hidden-import=tiktoken_ext.openai_public --hidden-import=tiktoken_ext --hidden-import=pydantic --hidden-import=pydantic-core --hidden-import=pydantic.deprecated.decorator --add-data "logo.ico;." -F -w -i logo.ico -n MollyAudit main.py