This commit is contained in:
星外之神 2022-06-18 12:38:56 +08:00
parent 9e82f15981
commit f70c4e5598

View File

@ -142,6 +142,8 @@ nuitka --mingw64 `
main.py
```
这样生成的程序只能在有python环境的机器上运行
### 使用pyinstaller进行构建
### 使用Github Workflow进行自动构建