From 0d7a91904dcc80e9734f28aff51bbe883adbbe80 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Mon, 19 Aug 2024 02:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AAbuild?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyinstaller_build.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 pyinstaller_build.bat diff --git a/pyinstaller_build.bat b/pyinstaller_build.bat new file mode 100644 index 0000000..7a37f4b --- /dev/null +++ b/pyinstaller_build.bat @@ -0,0 +1 @@ +pyinstaller -D ./llc_win_wxPython.py -i ./resources/LLC_LOGO_OK_PLAIN_BANNER.ico --hide-console minimize-late --clean -n 伶伦转换器 \ No newline at end of file