add finishing message
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user