feat: add pyinstaller build config and README

This commit is contained in:
OpenCode Bot
2026-05-24 23:01:22 +08:00
parent ea896cc88f
commit 084a0fe6cd
2 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Temp File Transfer Client
## 安装依赖
pip install -r requirements.txt
## 运行
python main.py
## 打包
pip install pyinstaller
pyinstaller build.spec