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