From ea44455186e039c69a6cc941fb31f9304990c2b6 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, 21 May 2022 19:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=9E=84=E5=BB=BA=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8bb3bac..51ceb39 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ python main.py ## Windows单文件封装 +### 使用Nuitka进行构建 + 编译依赖: - `Python` >= 3.7,最好使用最新版 - `Python-Pygame` >= 1.9,最好使用最新版 @@ -90,6 +92,10 @@ nuitka --mingw64 --standalone --onefile --show-progress --show-memory --output-d 可执行文件生成路径为`./out/main.exe` +### 使用pyinstaller进行构建 + +### 使用Github Workflow进行自动构建 + ## 已知bug 以下问题囿于个人目前的能力与精力,没有修复: