From 5493432a6c401d1687345b512641abc5eda4c41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=8C=AE=E7=BB=B4?= Date: Wed, 9 Jul 2025 21:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8C=85=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..cfacba3 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +# 完成打包可执行程序,打包环境架构决定程序执行架构 +python build.py \ No newline at end of file