From 4cf625c3f42f40dee22e0afc76f1bb07d7b648fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 7 May 2022 15:14:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e58756..9aa2696 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ nuitka --mingw64 --standalone --onefile --show-progress --show-memory --output-d * 其中`C:\Users\17265\AppData\Local\Programs\Python\Python310\Lib\site-packages\pygame\xxx.dll`应当替换为`xxx.dll`实际所在路径 * 由于仅复制了`opus`与`vorbis`的解码器,故要求所有背景音乐都要以opus或vorbis编码 -* `--windows-product-version=`所跟内容格式必须为`x.x.x.x` +* `--windows-product-version=`表示版本号信息,所跟内容格式必须为`x.x.x.x` 可执行文件生成路径为`./out/main.exe`