mirror of
https://github.com/yshtcn/heartbeat.git
synced 2026-02-04 03:52:29 +08:00
打包批处理
This commit is contained in:
6
heartbeat_pyinstaller.bat
Normal file
6
heartbeat_pyinstaller.bat
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user