mirror of
https://github.com/yshtcn/heartbeat.git
synced 2025-12-19 21:00:19 +08:00
打包批处理
This commit is contained in:
parent
af7ad40bfe
commit
6446940ac6
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
|
||||
Loading…
x
Reference in New Issue
Block a user