This commit is contained in:
星外之神 2022-04-04 01:00:17 +08:00
parent 98e6a8e008
commit b63920d2a2

View File

@ -45,7 +45,7 @@ python main.py
在仓库所在文件夹执行: 在仓库所在文件夹执行:
``` powershell ``` shell
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
``` ```