From 5ad52c8f490ea988db101cebf8286bb548e4b021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Fri, 1 Apr 2022 18:15:32 +0800 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2885753..2ddc0f3 100644 --- a/README.md +++ b/README.md @@ -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 ```