mirror of
https://github.com/yshtcn/heartbeat.git
synced 2026-02-03 03:31:52 +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