This commit is contained in:
星外之神 2022-04-04 01:05:59 +08:00
parent 6b9ef7f70c
commit 7836760e19

View File

@ -52,7 +52,7 @@ python main.py
nuitka --mingw --standalone --onefile --show-progress --show-memory --windows-disable-console --output-dir=out --windows-icon-from-ico=pypvz.ico --include-data-dir=resources=resources --include-data-dir=source/data=source/data --include-data-file=*.ttf=pygame/freesansbold.ttf main.py nuitka --mingw --standalone --onefile --show-progress --show-memory --windows-disable-console --output-dir=out --windows-icon-from-ico=pypvz.ico --include-data-dir=resources=resources --include-data-dir=source/data=source/data --include-data-file=*.ttf=pygame/freesansbold.ttf main.py
``` ```
可执行文件将生成到`./out/main.exe` 可执行文件生成路径为`./out/main.exe`
## 截屏 ## 截屏