This commit is contained in:
parent
d395130c61
commit
83fb170333
|
|
@ -18,8 +18,8 @@ if errorlevel 1 (
|
||||||
echo PyInstaller already installed.
|
echo PyInstaller already installed.
|
||||||
)
|
)
|
||||||
|
|
||||||
echo === Building win_udp_listener.exe ===
|
echo === Building PlugAILauncher.exe ===
|
||||||
pyinstaller --noconsole --onefile win_udp_listener.py
|
pyinstaller --noconsole --onefile PlugAILauncher.py
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo === Build complete! Check the dist\ directory. ===
|
echo === Build complete! Check the dist\ directory. ===
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@ func main() {
|
||||||
var (
|
var (
|
||||||
port = flag.Int("port", 9876, "Device service port")
|
port = flag.Int("port", 9876, "Device service port")
|
||||||
interval = flag.Int("interval", 2, "Broadcast interval in seconds")
|
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()
|
flag.Parse()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue