add finishing message

This commit is contained in:
2025-01-19 18:13:04 +01:00
parent ae01d517d8
commit 24a6e7678e

View File

@@ -49,8 +49,10 @@ go build -ldflags "-w -s" . >nul 2>&1
if %errorlevel% NEQ 0 ( if %errorlevel% NEQ 0 (
echo Something went wrong echo Something went wrong
) else ( ) else (
echo Build successful: echo Build successful
dir agent.exe cd /D "%~dp0"
copy /y .\beszel\beszel\cmd\agent\agent.exe .
echo Beszel agent.exe was built and copied, you can proceed with 'install-beszel-service.cmd'.
) )
:end :end