From 6446940ac61441a6164fc29565d2be670419bd21 Mon Sep 17 00:00:00 2001 From: yshtcn Date: Tue, 5 Sep 2023 16:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=89=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- heartbeat_pyinstaller.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 heartbeat_pyinstaller.bat diff --git a/heartbeat_pyinstaller.bat b/heartbeat_pyinstaller.bat new file mode 100644 index 0000000..33d9eba --- /dev/null +++ b/heartbeat_pyinstaller.bat @@ -0,0 +1,6 @@ +@echo off +cd /d %~dp0 +rd /S /Q dist +pyinstaller --onefile --noconsole --add-data "config.Exsample.ini;." heartbeat.py +del /F /Q heartbeat.spec +rd /S /Q build \ No newline at end of file