This commit is contained in:
星外之神 2022-04-01 18:15:32 +08:00
parent d20f5ac449
commit 5ad52c8f49

View File

@ -37,7 +37,7 @@ python main.py
先在仓库所在文件夹执行:
``` shell
``` powershell
nuitka --mingw --standalone --onefile --show-progress --show-memory --output-dir=out --windows-icon-from-ico=out/pypvz.ico main.py
```