From 64db3fb1cd8a6bc1604eb87b7b42b387e91ce6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Thu, 31 Mar 2022 21:52:37 +0800 Subject: [PATCH] Updated by update.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac25b1..1243aa3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ python main.py # 单文件封装 先在仓库所在文件夹执行 ``` shell -nuitka --mingw --standalone --onefile --show-progress --show-memory --output-dir=out --windows-icon-from-ico=F:\tmp\pypvz.ico C:\Users\17265\Documents\GitHub\pypvz\main.py +nuitka --mingw --standalone --onefile --show-progress --show-memory --output-dir=out --windows-icon-from-ico=out/pypvz.ico main.py ``` 再及时在单文件编译前于同一文件夹中执行 ``` shell