自动构建发布

This commit is contained in:
星外之神 2022-05-21 19:30:58 +08:00
parent c118caf021
commit ea44455186

View File

@ -61,6 +61,8 @@ python main.py
## Windows单文件封装
### 使用Nuitka进行构建
编译依赖:
- `Python` >= 3.7,最好使用最新版
- `Python-Pygame` >= 1.9,最好使用最新版
@ -90,6 +92,10 @@ nuitka --mingw64 --standalone --onefile --show-progress --show-memory --output-d
可执行文件生成路径为`./out/main.exe`
### 使用pyinstaller进行构建
### 使用Github Workflow进行自动构建
## 已知bug
以下问题囿于个人目前的能力与精力,没有修复: