This commit is contained in:
hailin 2025-06-17 01:58:04 +08:00
parent d395130c61
commit 83fb170333
3 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ if errorlevel 1 (
echo PyInstaller already installed.
)
echo === Building win_udp_listener.exe ===
pyinstaller --noconsole --onefile win_udp_listener.py
echo === Building PlugAILauncher.exe ===
pyinstaller --noconsole --onefile PlugAILauncher.py
echo.
echo === Build complete! Check the dist\ directory. ===

View File

@ -105,7 +105,7 @@ func main() {
var (
port = flag.Int("port", 9876, "Device service port")
interval = flag.Int("interval", 2, "Broadcast interval in seconds")
name = flag.String("name", "PlugAI Server", "T1")
name = flag.String("name", "PlugAI ZeroStack AI Server", "T1")
)
flag.Parse()