This commit is contained in:
parent
d395130c61
commit
83fb170333
|
|
@ -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. ===
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue